5 writes to RenderMatchingApplicationState
System.Windows.Forms.Tests (5)
System\Windows\Forms\RadioButtonRendererTests.cs (5)
171
RadioButtonRenderer.
RenderMatchingApplicationState
= false;
174
RadioButtonRenderer.
RenderMatchingApplicationState
= true;
193
RadioButtonRenderer.
RenderMatchingApplicationState
= original;
210
RadioButtonRenderer.
RenderMatchingApplicationState
= renderMatchingApplicationState;
215
RadioButtonRenderer.
RenderMatchingApplicationState
= original;
3 references to RenderMatchingApplicationState
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
23
private static bool RenderWithVisualStyles => !
RenderMatchingApplicationState
|| Application.RenderWithVisualStyles;
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonRendererTests.cs (2)
167
bool original = RadioButtonRenderer.
RenderMatchingApplicationState
;
207
bool original = RadioButtonRenderer.
RenderMatchingApplicationState
;