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