2 writes to isExpanded
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
446this.isExpanded = false; 469this.isExpanded = value;
2 references to isExpanded
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
463return this.isExpanded; 467if (this.isExpanded != value)