Exemple #1
0
 public static void Set_Windows_UI_Xaml_Controls_Primitives_ButtonBase_Command(global::Windows.UI.Xaml.Controls.Primitives.ButtonBase obj, global::System.Windows.Input.ICommand value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::System.Windows.Input.ICommand)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Windows.Input.ICommand), targetNullValue);
     }
     obj.Command = value;
 }
Exemple #2
0
 protected ButtonBaseAutomationPeer(global::Windows.UI.Xaml.Controls.Primitives.ButtonBase owner) : base(owner)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer", "ButtonBaseAutomationPeer.ButtonBaseAutomationPeer(ButtonBase owner)");
 }