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