2 writes to _hitGeometryInternal
PresentationCore (2)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (2)
55
_hitGeometryInternal
= geometry.GetAsPathGeometry();
61
_hitGeometryInternal
= _hitGeometryInternal.Clone();
13 references to _hitGeometryInternal
PresentationCore (13)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (13)
59
if (object.ReferenceEquals(
_hitGeometryInternal
, geometry))
61
_hitGeometryInternal =
_hitGeometryInternal
.Clone();
67
Transform origTransform =
_hitGeometryInternal
.Transform;
70
_hitGeometryInternal
.Transform = newTransform;
74
_origBounds =
_hitGeometryInternal
.Bounds;
86
_bounds =
_hitGeometryInternal
.Bounds;
101
_hitGeometryCache = (Geometry)
_hitGeometryInternal
.GetAsFrozen();
104
Debug.Assert(
_hitGeometryInternal
.Transform.Value == _hitGeometryCache.Transform.Value,
119
return
_hitGeometryInternal
;
133
MatrixTransform matrixTransform = (MatrixTransform)
_hitGeometryInternal
.Transform;
156
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;
171
Matrix matrix = ((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix;
179
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;