1 instantiation of BoxedMatrix
PresentationFramework (1)
src\Framework\System\Windows\Shapes\Shape.cs (1)
570
StretchMatrixField.SetValue(this, new
BoxedMatrix
(stretchMatrix));
4 references to BoxedMatrix
PresentationFramework (4)
src\Framework\System\Windows\Shapes\Shape.cs (4)
101
BoxedMatrix
stretchMatrix = StretchMatrixField.GetValue(this);
758
BoxedMatrix
boxedStretchMatrix = StretchMatrixField.GetValue(this);
780
private static UncommonField<
BoxedMatrix
> StretchMatrixField = new UncommonField<
BoxedMatrix
>(null);