1 write to Dashes
PresentationCore (1)
Core\CSharp\System\Windows\Media\DashStyle.cs (1)
66Dashes = new DoubleCollection(dashes);
4 references to Dashes
PresentationCore (3)
Core\CSharp\System\Windows\Media\DashStyle.cs (1)
85DoubleCollection vDashes = Dashes;
Core\CSharp\System\Windows\Media\Generated\DashStyle.cs (1)
189DoubleCollection vDashes = Dashes;
Core\CSharp\System\Windows\Media\Pen.cs (1)
148DoubleCollection dashes = style.Dashes;
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1358lineStyle = (decor.Pen.DashStyle.Dashes.Count > 1) ? TextDecorationLineStyle.Dash : TextDecorationLineStyle.Single;