Base:
method
GetChildrenCore
System.Windows.Automation.Peers.ItemsControlAutomationPeer.GetChildrenCore()
2 overrides of GetChildrenCore
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonApplicationMenuAutomationPeer.cs (1)
49
protected override List<AutomationPeer>
GetChildrenCore
()
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
57
protected override System.Collections.Generic.List<AutomationPeer>
GetChildrenCore
()
2 references to GetChildrenCore
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonApplicationMenuAutomationPeer.cs (1)
51
List<AutomationPeer> children = base.
GetChildrenCore
();
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
59
List<AutomationPeer> children = base.
GetChildrenCore
();