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