3 writes to _bounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (3)
86
_bounds
= _hitGeometryInternal.Bounds;
146
_bounds
= Rect.Transform(_origBounds, composedMatrix);
159
_bounds
= Rect.Transform(_origBounds, matrix);
1 reference to _bounds
PresentationCore (1)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (1)
127
return
_bounds
;