6 overrides of OnCreateAutomationPeer
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
577protected override AutomationPeer OnCreateAutomationPeer()
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
641protected override AutomationPeer OnCreateAutomationPeer()
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
827protected override AutomationPeer OnCreateAutomationPeer()
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
768protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer()
src\Framework\System\Windows\Documents\Table.cs (1)
194protected override AutomationPeer OnCreateAutomationPeer()
src\Framework\System\Windows\Documents\TableCell.cs (1)
176protected override AutomationPeer OnCreateAutomationPeer()
7 references to OnCreateAutomationPeer
PresentationCore (1)
Core\CSharp\System\Windows\ContentElement.cs (1)
147ap = 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"/>)