1 write to _origBounds
PresentationCore (1)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (1)
74
_origBounds
= _hitGeometryInternal.Bounds;
2 references to _origBounds
PresentationCore (2)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (2)
146
_bounds = Rect.Transform(
_origBounds
, composedMatrix);
159
_bounds = Rect.Transform(
_origBounds
, matrix);