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