1 write to Value
PresentationFramework (1)
System\Windows\Shapes\Shape.cs (1)
779
Value
= value;
2 references to Value
PresentationFramework (2)
System\Windows\Shapes\Shape.cs (2)
100
return new MatrixTransform(stretchMatrix.
Value
);
749
Matrix stretchMatrix = (boxedStretchMatrix == null) ? Matrix.Identity : boxedStretchMatrix.
Value
;