1 write to _transform
PresentationCore (1)
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
74
public TransformModifierNode(Transform transform) {
_transform
= transform;}
1 reference to _transform
PresentationCore (1)
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
337
_currentTransform = ((TransformModifierNode)currentModifier).
_transform
;