3 writes to _right
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2070
_right
= right;
2093
set {
_right
= value; }
2112
_right
+= dx;
2 references to _right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2076
get { return
_right
- _left; }
2092
get { return
_right
; }