3 writes to _top
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2091_top = top; 2126set { _top = value; } 2140_top += dy;
2 references to _top
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2105get { return _bottom - _top; } 2125get { return _top; }