3 writes to _right
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2189
_right
= right;
2216
set {
_right
= value; }
2238
_right
+= dx;
2 references to _right
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2196
get { return
_right
- _left; }
2215
get { return
_right
; }