public static void Set_Windows_UI_Xaml_Controls_Control_Background(global::Windows.UI.Xaml.Controls.Control obj, global::Windows.UI.Xaml.Media.Brush value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::Windows.UI.Xaml.Media.Brush)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::Windows.UI.Xaml.Media.Brush), targetNullValue);
     }
     obj.Background = value;
 }
예제 #2
0
 protected void RaiseCurrentStateChanged(global::Windows.UI.Xaml.VisualStateGroup stateGroup, global::Windows.UI.Xaml.VisualState oldState, global::Windows.UI.Xaml.VisualState newState, global::Windows.UI.Xaml.Controls.Control control)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.VisualStateManager", "void VisualStateManager.RaiseCurrentStateChanged(VisualStateGroup stateGroup, VisualState oldState, VisualState newState, Control control)");
 }
예제 #3
0
파일: MainPage.g.cs 프로젝트: VsabGit/Repo1
 public static void Set_Windows_UI_Xaml_Controls_Control_IsEnabled(global::Windows.UI.Xaml.Controls.Control obj, global::System.Boolean value)
 {
     obj.IsEnabled = value;
 }
예제 #4
0
 protected virtual bool GoToStateCore(global::Windows.UI.Xaml.Controls.Control control, global::Windows.UI.Xaml.FrameworkElement templateRoot, string stateName, global::Windows.UI.Xaml.VisualStateGroup group, global::Windows.UI.Xaml.VisualState state, bool useTransitions)
 {
     throw new global::System.NotImplementedException("The member bool VisualStateManager.GoToStateCore(Control control, FrameworkElement templateRoot, string stateName, VisualStateGroup group, VisualState state, bool useTransitions) is not implemented in Uno.");
 }
예제 #5
0
 public static void Set_Windows_UI_Xaml_Controls_Control_TabIndex(global::Windows.UI.Xaml.Controls.Control obj, global::System.Int32 value)
 {
     obj.TabIndex = value;
 }
예제 #6
0
 public static void Set_Windows_UI_Xaml_Controls_Control_Padding(global::Windows.UI.Xaml.Controls.Control obj, global::Windows.UI.Xaml.Thickness value)
 {
     obj.Padding = value;
 }
예제 #7
0
 public static bool GoToState(global::Windows.UI.Xaml.Controls.Control control, string stateName, bool useTransitions)
 {
     throw new global::System.NotImplementedException("The member bool VisualStateManager.GoToState(Control control, string stateName, bool useTransitions) is not implemented in Uno.");
 }