2 writes to _hitGeometryInternal
PresentationCore (2)
System\Windows\Media\GeometryHitTestParameters.cs (2)
42
_hitGeometryInternal
= geometry.GetAsPathGeometry();
48
_hitGeometryInternal
= _hitGeometryInternal.Clone();
13 references to _hitGeometryInternal
PresentationCore (13)
System\Windows\Media\GeometryHitTestParameters.cs (13)
46
if (object.ReferenceEquals(
_hitGeometryInternal
, geometry))
48
_hitGeometryInternal =
_hitGeometryInternal
.Clone();
54
Transform origTransform =
_hitGeometryInternal
.Transform;
57
_hitGeometryInternal
.Transform = newTransform;
61
_origBounds =
_hitGeometryInternal
.Bounds;
73
_bounds =
_hitGeometryInternal
.Bounds;
88
_hitGeometryCache = (Geometry)
_hitGeometryInternal
.GetAsFrozen();
91
Debug.Assert(
_hitGeometryInternal
.Transform.Value == _hitGeometryCache.Transform.Value,
110
return
_hitGeometryInternal
;
124
MatrixTransform matrixTransform = (MatrixTransform)
_hitGeometryInternal
.Transform;
147
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;
162
Matrix matrix = ((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix;
170
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;