6 overrides of OnCreateAutomationPeer
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
551
protected override AutomationPeer
OnCreateAutomationPeer
()
System\Windows\Documents\FixedDocument.cs (1)
614
protected override AutomationPeer
OnCreateAutomationPeer
()
System\Windows\Documents\FlowDocument.cs (1)
819
protected override AutomationPeer
OnCreateAutomationPeer
()
System\Windows\Documents\Hyperlink.cs (1)
729
protected override System.Windows.Automation.Peers.AutomationPeer
OnCreateAutomationPeer
()
System\Windows\Documents\Table.cs (1)
186
protected override AutomationPeer
OnCreateAutomationPeer
()
System\Windows\Documents\TableCell.cs (1)
169
protected override AutomationPeer
OnCreateAutomationPeer
()
7 references to OnCreateAutomationPeer
PresentationCore (1)
System\Windows\ContentElement.cs (1)
142
ap =
OnCreateAutomationPeer
();
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
549
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
System\Windows\Documents\FixedDocument.cs (1)
612
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
System\Windows\Documents\FlowDocument.cs (1)
817
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
System\Windows\Documents\Hyperlink.cs (1)
727
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
System\Windows\Documents\Table.cs (1)
184
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
System\Windows\Documents\TableCell.cs (1)
167
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)