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