1 write to currentPanState
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (1)
99
this.
currentPanState
= value;
3 references to currentPanState
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (3)
92
return this.
currentPanState
;
97
if (this.
currentPanState
!= value)
100
switch (this.
currentPanState
)