10 references to LeafNode
PresentationFramework (3)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
237result = ExpandCollapseState.LeafNode;
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
150return ExpandCollapseState.LeafNode;
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
292return ExpandCollapseState.LeafNode;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
133return ExpandCollapseState.LeafNode;
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
201result = ExpandCollapseState.LeafNode;
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
213result = ExpandCollapseState.LeafNode;
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
352new AutomationPropertyInfo( convertToExpandCollapseState, ExpandCollapsePattern.ExpandCollapseStateProperty, typeof(ExpandCollapseState), ExpandCollapseState.LeafNode ),
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
1084case ExpandCollapseState.LeafNode : 1113case ExpandCollapseState.LeafNode : 1376return (hasChildren) ? ExpandCollapseState.Collapsed : ExpandCollapseState.LeafNode;