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