3 writes to _right
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2063_right = right; 2086set { _right = value; } 2105_right += dx;
2 references to _right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2069get { return _right - _left; } 2085get { return _right; }