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