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