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