4 writes to RenderMatchingApplicationState
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonRendererTests.cs (4)
40ButtonRenderer.RenderMatchingApplicationState = false; 44ButtonRenderer.RenderMatchingApplicationState = true; 271ButtonRenderer.RenderMatchingApplicationState = false; 276ButtonRenderer.RenderMatchingApplicationState = true;
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"/>