1 write to Value
PresentationFramework (1)
src\Framework\System\Windows\Shapes\Shape.cs (1)
789
Value
= value;
2 references to Value
PresentationFramework (2)
src\Framework\System\Windows\Shapes\Shape.cs (2)
109
return new MatrixTransform(stretchMatrix.
Value
);
759
Matrix stretchMatrix = (boxedStretchMatrix == null) ? Matrix.Identity : boxedStretchMatrix.
Value
;