3 writes to _top
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2070
_top
= top;
2100
set {
_top
= value; }
2112
_top
+= dy;
2 references to _top
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2082
get { return _bottom -
_top
; }
2099
get { return
_top
; }