14 references to TreeViewItemState
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemKeyValuePairModelItemViewModel.cs (1)
74
this.State |=
TreeViewItemState
.HasChildren;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (7)
416
private
TreeViewItemState
UpdateModelItemState(ModelItem modelItem)
418
TreeViewItemState
state =
TreeViewItemState
.Default;
430
state |=
TreeViewItemState
.HasChildren;
444
state |=
TreeViewItemState
.HasSibling;
453
state |=
TreeViewItemState
.HasChildren;
473
state |=
TreeViewItemState
.HasChildren;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (1)
108
this.State =
TreeViewItemState
.HasChildren;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (5)
124
internal
TreeViewItemState
State { get; set; }
130
return (this.State &
TreeViewItemState
.HasChildren) ==
TreeViewItemState
.HasChildren;
138
return (this.State &
TreeViewItemState
.HasSibling) ==
TreeViewItemState
.HasSibling;