4 references to PaintLayout
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (4)
141
layout =
PaintLayout
(e, true).Layout();
144
layout =
PaintLayout
(e, up).Layout();
224
LayoutOptions layout =
PaintLayout
(e, /* up = */ false);
225
Debug.Assert(layout.GetPreferredSizeCore(LayoutUtils.MaxSize) ==
PaintLayout
(e, /* up = */ true).GetPreferredSizeCore(LayoutUtils.MaxSize),