4 writes to IsExpanded
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
288treeViewItem.IsExpanded = true; 304treeViewItem.IsExpanded = false;
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (2)
152item.IsExpanded = true; 157item.IsExpanded = true;
16 references to IsExpanded
PresentationFramework (16)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
313return 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. 562SetCurrentValueInternal(IsExpandedProperty, BooleanBoxes.Box(!IsExpanded)); 581if (CanExpandOnInput && !IsExpanded) 589if (CanExpandOnInput && IsExpanded) 600if (!IsControlKeyDown && CanExpandOnInput && IsExpanded) 617if (!IsExpanded) 764if (!parent.IsExpanded) 1016if (!item.IsExpanded) 1121if (IsExpanded)