5 references to IsBackgroundPartiallyTransparent
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (1)
42
return t_visualStyleRenderer.
IsBackgroundPartiallyTransparent
();
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
30
return t_visualStyleRenderer.
IsBackgroundPartiallyTransparent
();
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
31
return t_visualStyleRenderer.
IsBackgroundPartiallyTransparent
();
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
38
return t_visualStyleRenderer.
IsBackgroundPartiallyTransparent
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (1)
564
Assert.False(renderer.
IsBackgroundPartiallyTransparent
());