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)
49protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
57protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
2 references to GetChildrenCore
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonApplicationMenuAutomationPeer.cs (1)
51List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
59List<AutomationPeer> children = base.GetChildrenCore();