3 writes to _right
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2189_right = right; 2216set { _right = value; } 2238_right += dx;
2 references to _right
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2196get { return _right - _left; } 2215get { return _right; }