3 writes to _rc
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (3)
259_rc = new Rect(new Point(), _element.RenderSize);// _element.GetContentBoundingBox(); 270_rc = new Rect(); // empty rect so we don't hittest it. 276_rc = new Rect(); // empty rect so we don't hittest it.
2 references to _rc
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (2)
295return _rc.Contains(ptElement); 318return _rc;