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)
59if (object.ReferenceEquals(_hitGeometryInternal, geometry)) 61_hitGeometryInternal = _hitGeometryInternal.Clone(); 67Transform origTransform = _hitGeometryInternal.Transform; 70_hitGeometryInternal.Transform = newTransform; 74_origBounds = _hitGeometryInternal.Bounds; 86_bounds = _hitGeometryInternal.Bounds; 101_hitGeometryCache = (Geometry) _hitGeometryInternal.GetAsFrozen(); 104Debug.Assert(_hitGeometryInternal.Transform.Value == _hitGeometryCache.Transform.Value, 119return _hitGeometryInternal; 133MatrixTransform matrixTransform = (MatrixTransform) _hitGeometryInternal.Transform; 156((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix; 171Matrix matrix = ((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix; 179((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix;