Example #1
0
 protected internal global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple ProviderFromPeer(global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
 {
     throw new global::System.NotImplementedException("The member IRawElementProviderSimple AutomationPeer.ProviderFromPeer(AutomationPeer peer) is not implemented in Uno.");
 }
Example #2
0
 public void RaiseStructureChangedEvent(global::Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, global::Windows.UI.Xaml.Automation.Peers.AutomationPeer child)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseStructureChangedEvent(AutomationStructureChangeType structureChangeType, AutomationPeer child)");
 }
Example #3
0
 public AutomationPeerAnnotation(global::Windows.UI.Xaml.Automation.AnnotationType type, global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) : base()
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation", "AutomationPeerAnnotation.AutomationPeerAnnotation(AnnotationType type, AutomationPeer peer)");
 }
Example #4
0
 public void SetParent(global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.SetParent(AutomationPeer peer)");
 }
Example #5
0
 public void SetParent(global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer) => _parent = peer;