3 references to Stroke
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
286bool stroke = path.Stroke != null;
System\Windows\Shapes\Shape.cs (2)
458return (Stroke == null) || double.IsNaN(strokeThickness) || DoubleUtil.IsZero(strokeThickness); 494_pen.Brush = Stroke;