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