6 overrides of OnCreateAutomationPeer
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
534protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\FixedDocument.cs (1)
603protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\FlowDocument.cs (1)
815protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\Hyperlink.cs (1)
723protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\Table.cs (1)
168protected override AutomationPeer OnCreateAutomationPeer()
System\Windows\Documents\TableCell.cs (1)
155protected override AutomationPeer OnCreateAutomationPeer()
7 references to OnCreateAutomationPeer
PresentationCore (1)
System\Windows\ContentElement.cs (1)
130ap = OnCreateAutomationPeer();
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
532/// 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)
813/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\Hyperlink.cs (1)
721/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\Table.cs (1)
166/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)
System\Windows\Documents\TableCell.cs (1)
153/// Creates AutomationPeer (<see cref="ContentElement.OnCreateAutomationPeer"/>)