8 references to _baseColorRenderer
System.Windows.Forms (8)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (8)
110
_baseColorRenderer
.DeviceDpi = button.DeviceDpi;
111
_baseColorRenderer
.FlatAppearance = flatAppearance;
146
:
_baseColorRenderer
.GetTextColor(state, button.IsDefault, faceColor);
238
_baseColorRenderer
.DeviceDpi = button.DeviceDpi;
239
_baseColorRenderer
.FlatAppearance = flatAppearance;
244
:
_baseColorRenderer
.GetBackgroundColor(PushButtonState.Normal, isDefault: false);
249
:
_baseColorRenderer
.GetBackgroundColor(PushButtonState.Hot, isDefault: false);
254
:
_baseColorRenderer
.GetBackgroundColor(PushButtonState.Pressed, isDefault: false);