6 overrides of OnCreateAutomationPeer
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
577
protected override AutomationPeer
OnCreateAutomationPeer
()
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
641
protected override AutomationPeer
OnCreateAutomationPeer
()
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
827
protected override AutomationPeer
OnCreateAutomationPeer
()
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
768
protected override System.Windows.Automation.Peers.AutomationPeer
OnCreateAutomationPeer
()
src\Framework\System\Windows\Documents\Table.cs (1)
194
protected override AutomationPeer
OnCreateAutomationPeer
()
src\Framework\System\Windows\Documents\TableCell.cs (1)
176
protected override AutomationPeer
OnCreateAutomationPeer
()
7 references to OnCreateAutomationPeer
PresentationCore (1)
Core\CSharp\System\Windows\ContentElement.cs (1)
147
ap =
OnCreateAutomationPeer
();
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
575
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
639
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
825
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
766
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
src\Framework\System\Windows\Documents\Table.cs (1)
192
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)
src\Framework\System\Windows\Documents\TableCell.cs (1)
174
/// Creates AutomationPeer (<see cref="ContentElement.
OnCreateAutomationPeer
"/>)