1 write to Stroke
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
StringIndentation\StringIndentationAdornmentManager.cs (1)
80Stroke = brush,
3 references to Stroke
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
282bool stroke = path.Stroke != null;
System\Windows\Shapes\Shape.cs (2)
452return (Stroke == null) || double.IsNaN(strokeThickness) || DoubleUtil.IsZero(strokeThickness); 489Brush = Stroke,