8 references to PopupButtonTextEffect
System.Windows.Forms (8)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (6)
337PopupButtonTextEffect effect = GetTextEffect(context); 363if (effect is not PopupButtonTextEffect.Flat) 370PopupButtonTextEffect.Raised => (palette.TextShadow, new Point(0, reliefOffset)), 380if (effect is PopupButtonTextEffect.Engraved) 393internal static PopupButtonTextEffect GetTextEffect( 397: PopupButtonTextEffect.Flat;
System\Windows\Forms\Rendering\Button\PopupButtonRenderContext.cs (2)
134public PopupButtonTextEffect TextEffect { get; init; } = PopupButtonTextEffect.Raised;