6 references to Red
PresentationFramework (5)
System\Windows\Controls\Validation.cs (1)
595border.SetValue(Border.BorderBrushProperty, Brushes.Red);
System\Windows\Documents\FixedPageStructure.cs (2)
389Pen pen = new Pen(Brushes.Red, 0.5); 646Pen pen = new Pen(Brushes.Red, 1);
System\Windows\Documents\FixedSOMTableCell.cs (1)
41Pen pen = new Pen(Brushes.Red, 2);
System\Windows\Documents\SpellerHighlightLayer.cs (1)
149Pen pen = new Pen(Brushes.Red, 0.33);
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
26return Brushes.Red;