1 override of RenderTransparencyWithVisualStyles
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
381internal override bool RenderTransparencyWithVisualStyles => true;
1 reference to RenderTransparencyWithVisualStyles
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
8163if (Application.RenderWithVisualStyles && parent.RenderTransparencyWithVisualStyles)