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