1 instantiation of PopupButtonRenderOptions
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonRenderOptions.cs (1)
22public static PopupButtonRenderOptions Shared { get; } = new();
4 references to PopupButtonRenderOptions
System.Windows.Forms (4)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
741PopupButtonRenderOptions options = context.Options;
System\Windows\Forms\Rendering\Button\PopupButtonRenderContext.cs (2)
155public PopupButtonRenderOptions Options { get; init; } = PopupButtonRenderOptions.Shared;
System\Windows\Forms\Rendering\Button\PopupButtonRenderOptions.cs (1)
22public static PopupButtonRenderOptions Shared { get; } = new();