6 overrides of OnCreateAutomationPeer
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
535protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\FixedDocument.cs (1)
603protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\FlowDocument.cs (1)
816protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\Hyperlink.cs (1)
724protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\Table.cs (1)
169protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\TableCell.cs (1)
156protected override AutomationPeer OnCreateAutomationPeer()
7 references to OnCreateAutomationPeer
PresentationCore (1)
System\Windows\ContentElement.cs (1)
131ap = OnCreateAutomationPeer();
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
533/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\FixedDocument.cs (1)
601/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\FlowDocument.cs (1)
814/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\Hyperlink.cs (1)
722/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\Table.cs (1)
167/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\TableCell.cs (1)
154/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)