3 writes to _top
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2188
_top
= top;
2223
set {
_top
= value; }
2237
_top
+= dy;
2 references to _top
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2202
get { return _bottom -
_top
; }
2222
get { return
_top
; }