2 writes to IsExpanded
PresentationFramework (2)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
265
treeViewItem.
IsExpanded
= true;
281
treeViewItem.
IsExpanded
= false;
9 references to IsExpanded
PresentationFramework (9)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
290
return treeViewItem.
IsExpanded
? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
System\Windows\Controls\TreeViewItem.cs (8)
550
SetCurrentValueInternal(IsExpandedProperty, BooleanBoxes.Box(!
IsExpanded
));
569
if (CanExpandOnInput && !
IsExpanded
)
577
if (CanExpandOnInput &&
IsExpanded
)
588
if (!IsControlKeyDown && CanExpandOnInput &&
IsExpanded
)
605
if (!
IsExpanded
)
747
if (!parent.
IsExpanded
)
994
if (!item.
IsExpanded
)
1099
if (
IsExpanded
)