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