14 references to ButtonRenderer
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (2)
8175
ButtonRenderer
.DrawParentBackground(g, rectangle, this);
8179
ButtonRenderer
.DrawParentBackground(e, rectangle, this);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (3)
51
if (
ButtonRenderer
.IsBackgroundPartiallyTransparent(pbState))
53
ButtonRenderer
.DrawParentBackground(e, bounds, Control);
56
ButtonRenderer
.DrawButtonForHandle(
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (3)
19
/// <inheritdoc cref="
ButtonRenderer
.RenderMatchingApplicationState"/>
24
/// <inheritdoc cref="
ButtonRenderer
.IsBackgroundPartiallyTransparent(PushButtonState)"/>
38
/// <inheritdoc cref="
ButtonRenderer
.DrawParentBackground(Graphics, Rectangle, Control)"/>
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (3)
20
/// <inheritdoc cref="
ButtonRenderer
.RenderMatchingApplicationState"/>
25
/// <inheritdoc cref="
ButtonRenderer
.IsBackgroundPartiallyTransparent(PushButtonState)"/>
39
/// <inheritdoc cref="
ButtonRenderer
.DrawParentBackground(Graphics, Rectangle, Control)"/>
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
199
ButtonRenderer
.DrawButton(g, bounds, State);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (2)
70
ButtonRenderer
.DrawButton(g, new Rectangle(-1, -1, Width + 2, Height + 2), "…", Font, Focused, buttonState);
114
ButtonRenderer
.DrawButton(