1 write to _origBounds
PresentationCore (1)
System\Windows\Media\GeometryHitTestParameters.cs (1)
61
_origBounds
= _hitGeometryInternal.Bounds;
2 references to _origBounds
PresentationCore (2)
System\Windows\Media\GeometryHitTestParameters.cs (2)
137
_bounds = Rect.Transform(
_origBounds
, composedMatrix);
150
_bounds = Rect.Transform(
_origBounds
, matrix);