5 references to PaintPopupLayout
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (5)
31
LayoutData layout =
PaintPopupLayout
(e, false).Layout();
56
LayoutData layout =
PaintPopupLayout
(e, true).Layout();
85
LayoutData layout =
PaintPopupLayout
(e, true).Layout();
108
LayoutOptions layout =
PaintPopupLayout
(e, /* up = */ true);
110
==
PaintPopupLayout
(e, /* up = */ false).GetPreferredSizeCore(LayoutUtils.MaxSize),