1 write to _matrixStack
PresentationCore (1)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (1)
87
_matrixStack
= new MatrixStack();
6 references to _matrixStack
PresentationCore (6)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (6)
138
_matrixStack
.Push(ref composedMatrix, false);
153
Matrix matrix =
_matrixStack
.Peek();
161
_matrixStack
.Pop();
173
while (!
_matrixStack
.IsEmpty)
175
matrix =
_matrixStack
.Peek();
176
_matrixStack
.Pop();