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