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