2 writes to IsExpanded
PresentationFramework (2)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
271
treeViewItem.
IsExpanded
= true;
287
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)
296
return treeViewItem.
IsExpanded
? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
System\Windows\Controls\TreeViewItem.cs (15)
59
/// The DependencyProperty for the <see cref="
IsExpanded
"/> property.
195
/// Event fired when <see cref="
IsExpanded
"/> becomes true.
200
/// Event fired when <see cref="
IsExpanded
"/> becomes true.
217
/// Called when <see cref="
IsExpanded
"/> becomes true.
227
/// Event fired when <see cref="
IsExpanded
"/> becomes false.
232
/// Event fired when <see cref="
IsExpanded
"/> becomes false.
249
/// Called when <see cref="
IsExpanded
"/> becomes false.
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
)