3 references to GetCurrentColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2962
Color focusEdgeColor = FocusIndicatorRenderer.
GetCurrentColor
(stroke.BottomColor, focusColor);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1170
Color focusEdgeColor = FocusIndicatorRenderer.
GetCurrentColor
(adornerColor, ModernFocusColor);
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
117
Color color =
GetCurrentColor
(borderColor, focusColor);