1 write to Stroke
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
334this.rubberBand.Stroke = WorkflowDesignerColors.RubberBandRectangleBrush;
3 references to Stroke
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
294bool stroke = path.Stroke != null;
src\Framework\System\Windows\Shapes\Shape.cs (2)
462return (Stroke == null) || DoubleUtil.IsNaN(strokeThickness) || DoubleUtil.IsZero(strokeThickness); 499_pen.Brush = Stroke;