3 writes to _rc
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (3)
258_rc = new Rect(new Point(), _element.RenderSize);// _element.GetContentBoundingBox(); 269_rc = new Rect(); // empty rect so we don't hittest it. 275_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)
294return _rc.Contains(ptElement); 317return _rc;