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