@@ -7,7 +7,7 @@ namespace Windows.UI.Xaml
7
7
#endif
8
8
public partial class VisualStateManager : global ::Windows . UI . Xaml . DependencyObject
9
9
{
10
- #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
10
+ #if false
11
11
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__WASM__" , "__SKIA__" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
12
12
public static global ::Windows . UI . Xaml . DependencyProperty CustomVisualStateManagerProperty { get ; } =
13
13
Windows . UI . Xaml . DependencyProperty . RegisterAttached (
@@ -34,14 +34,14 @@ protected void RaiseCurrentStateChanged( global::Windows.UI.Xaml.VisualStateGro
34
34
// Skipping already declared method Windows.UI.Xaml.VisualStateManager.GoToStateCore(Windows.UI.Xaml.Controls.Control, Windows.UI.Xaml.FrameworkElement, string, Windows.UI.Xaml.VisualStateGroup, Windows.UI.Xaml.VisualState, bool)
35
35
// Skipping already declared method Windows.UI.Xaml.VisualStateManager.GetVisualStateGroups(Windows.UI.Xaml.FrameworkElement)
36
36
// Forced skipping of method Windows.UI.Xaml.VisualStateManager.CustomVisualStateManagerProperty.get
37
- #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
37
+ #if false
38
38
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__WASM__" , "__SKIA__" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
39
39
public static global ::Windows . UI . Xaml . VisualStateManager GetCustomVisualStateManager ( global ::Windows . UI . Xaml . FrameworkElement obj )
40
40
{
41
41
return ( global ::Windows . UI . Xaml . VisualStateManager ) obj . GetValue ( CustomVisualStateManagerProperty ) ;
42
42
}
43
43
#endif
44
- #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
44
+ #if false
45
45
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__WASM__" , "__SKIA__" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
46
46
public static void SetCustomVisualStateManager ( global ::Windows . UI . Xaml . FrameworkElement obj , global ::Windows . UI . Xaml . VisualStateManager value )
47
47
{
0 commit comments