4 writes to IsExpanded
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
288
treeViewItem.
IsExpanded
= true;
304
treeViewItem.
IsExpanded
= false;
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (2)
152
item.
IsExpanded
= true;
157
item.
IsExpanded
= true;
16 references to IsExpanded
PresentationFramework (16)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
313
return treeViewItem.
IsExpanded
? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
src\Framework\System\Windows\Controls\TreeViewItem.cs (15)
65
/// The DependencyProperty for the <see cref="
IsExpanded
"/> property.
207
/// Event fired when <see cref="
IsExpanded
"/> becomes true.
212
/// Event fired when <see cref="
IsExpanded
"/> becomes true.
229
/// Called when <see cref="
IsExpanded
"/> becomes true.
239
/// Event fired when <see cref="
IsExpanded
"/> becomes false.
244
/// Event fired when <see cref="
IsExpanded
"/> becomes false.
261
/// Called when <see cref="
IsExpanded
"/> becomes false.
562
SetCurrentValueInternal(IsExpandedProperty, BooleanBoxes.Box(!
IsExpanded
));
581
if (CanExpandOnInput && !
IsExpanded
)
589
if (CanExpandOnInput &&
IsExpanded
)
600
if (!IsControlKeyDown && CanExpandOnInput &&
IsExpanded
)
617
if (!
IsExpanded
)
764
if (!parent.
IsExpanded
)
1016
if (!item.
IsExpanded
)
1121
if (
IsExpanded
)