3 writes to _right
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2071_right = right; 2094set { _right = value; } 2113_right += dx;
2 references to _right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2077get { return _right - _left; } 2093get { return _right; }