2 writes to _hitGeometryInternal
PresentationCore (2)
System\Windows\Media\GeometryHitTestParameters.cs (2)
41
_hitGeometryInternal
= geometry.GetAsPathGeometry();
47
_hitGeometryInternal
= _hitGeometryInternal.Clone();
13 references to _hitGeometryInternal
PresentationCore (13)
System\Windows\Media\GeometryHitTestParameters.cs (13)
45
if (object.ReferenceEquals(
_hitGeometryInternal
, geometry))
47
_hitGeometryInternal =
_hitGeometryInternal
.Clone();
53
Transform origTransform =
_hitGeometryInternal
.Transform;
56
_hitGeometryInternal
.Transform = newTransform;
60
_origBounds =
_hitGeometryInternal
.Bounds;
72
_bounds =
_hitGeometryInternal
.Bounds;
87
_hitGeometryCache = (Geometry)
_hitGeometryInternal
.GetAsFrozen();
90
Debug.Assert(
_hitGeometryInternal
.Transform.Value == _hitGeometryCache.Transform.Value,
109
return
_hitGeometryInternal
;
123
MatrixTransform matrixTransform = (MatrixTransform)
_hitGeometryInternal
.Transform;
146
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;
161
Matrix matrix = ((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix;
169
((MatrixTransform) (
_hitGeometryInternal
.Transform)).Matrix = matrix;