1 instantiation of BoxedMatrix
PresentationFramework (1)
System\Windows\Shapes\Shape.cs (1)
562
StretchMatrixField.SetValue(this, new
BoxedMatrix
(stretchMatrix));
4 references to BoxedMatrix
PresentationFramework (4)
System\Windows\Shapes\Shape.cs (4)
92
BoxedMatrix
stretchMatrix = StretchMatrixField.GetValue(this);
750
BoxedMatrix
boxedStretchMatrix = StretchMatrixField.GetValue(this);
772
private static UncommonField<
BoxedMatrix
> StretchMatrixField = new UncommonField<
BoxedMatrix
>(null);