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