3 writes to _right
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2061_right = right; 2084set { _right = value; } 2103_right += dx;
2 references to _right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2067get { return _right - _left; } 2083get { return _right; }