2 writes to IsExpanded
PresentationFramework (2)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
272
treeViewItem.
IsExpanded
= true;
288
treeViewItem.
IsExpanded
= false;
17 references to IsExpanded
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineView.xaml.cs (1)
324
if (item.
IsExpanded
&& item.HasItems)
PresentationFramework (16)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
297
return treeViewItem.
IsExpanded
? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
System\Windows\Controls\TreeViewItem.cs (15)
60
/// The DependencyProperty for the <see cref="
IsExpanded
"/> property.
196
/// Event fired when <see cref="
IsExpanded
"/> becomes true.
201
/// Event fired when <see cref="
IsExpanded
"/> becomes true.
218
/// Called when <see cref="
IsExpanded
"/> becomes true.
228
/// Event fired when <see cref="
IsExpanded
"/> becomes false.
233
/// Event fired when <see cref="
IsExpanded
"/> becomes false.
250
/// Called when <see cref="
IsExpanded
"/> becomes false.
551
SetCurrentValueInternal(IsExpandedProperty, BooleanBoxes.Box(!
IsExpanded
));
570
if (CanExpandOnInput && !
IsExpanded
)
578
if (CanExpandOnInput &&
IsExpanded
)
589
if (!IsControlKeyDown && CanExpandOnInput &&
IsExpanded
)
606
if (!
IsExpanded
)
748
if (!parent.
IsExpanded
)
995
if (!item.
IsExpanded
)
1100
if (
IsExpanded
)