5 references to RenderMatchingApplicationState
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (3)
24/// If the <see cref="RenderMatchingApplicationState"/> property is <see langword="true"/>, the renderer 26/// rendering style. If <see cref="RenderMatchingApplicationState"/> property is <see langword="false"/>, 32private static bool RenderWithVisualStyles => !RenderMatchingApplicationState || Application.RenderWithVisualStyles;
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
19/// <inheritdoc cref="ButtonRenderer.RenderMatchingApplicationState"/>
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
20/// <inheritdoc cref="ButtonRenderer.RenderMatchingApplicationState"/>