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