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