2 references to StrokeDashArray
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\HighlightTags\RenameConflictTagDefinition.cs (1)
28this.Border = new Pen(Brushes.Red, thickness: StrokeThickness) { DashStyle = new DashStyle(StrokeDashArray, 0) };
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
96UnresolvableConflictBorder.StrokeDashArray = new DoubleCollection(RenameConflictTagDefinition.StrokeDashArray);