2 writes to _hitGeometryInternal
PresentationCore (2)
System\Windows\Media\GeometryHitTestParameters.cs (2)
50
_hitGeometryInternal
= geometry.GetAsPathGeometry();
56
_hitGeometryInternal
= _hitGeometryInternal.Clone();
13 references to _hitGeometryInternal
PresentationCore (13)
System\Windows\Media\GeometryHitTestParameters.cs (13)
54
if (object.ReferenceEquals(
_hitGeometryInternal
, geometry))
56
_hitGeometryInternal =
_hitGeometryInternal
.Clone();
62
Transform origTransform =
_hitGeometryInternal
.Transform;
65
_hitGeometryInternal
.Transform = newTransform;
69
_origBounds =
_hitGeometryInternal
.Bounds;
81
_bounds =
_hitGeometryInternal
.Bounds;
96
_hitGeometryCache = (Geometry)
_hitGeometryInternal
.GetAsFrozen();
99
Debug.Assert(
_hitGeometryInternal
.Transform.Value == _hitGeometryCache.Transform.Value,
118
return
_hitGeometryInternal
;
132
MatrixTransform matrixTransform = (MatrixTransform)
_hitGeometryInternal
.Transform;
155
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;
170
Matrix matrix = ((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix;
178
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;