3 references to Red
PresentationFramework (2)
src\Framework\System\Windows\Controls\Validation.cs (1)
605
border.SetValue(Border.BorderBrushProperty, Brushes.
Red
);
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
153
Pen pen = new Pen(Brushes.
Red
, 0.33);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
92
errorGrid.Background = Brushes.
Red
;