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