2 writes to IsSelected
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (2)
200
this.
IsSelected
= true;
213
this.
IsSelected
= false;
4 references to IsSelected
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (4)
206
return this.
IsSelected
;
375
if (args.LeftButton == MouseButtonState.Released && this.lookupWindow.
IsSelected
)
379
if (this.lookupWindow.
IsSelected
)
404
if (!this.lookupWindow.
IsSelected
&& null != MapSource)