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