12 references to Instance
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Button.cs (1)
95if(ParentInternal.LayoutEngine == DefaultLayout.Instance) {
winforms\Managed\System\WinForms\Control.cs (3)
959if(value && ParentInternal.LayoutEngine == DefaultLayout.Instance) { 1018get { return DefaultLayout.Instance; } 11556if (DpiHelper.EnableAnchorLayoutHighDpiImprovements && (ParentInternal != null) && (ParentInternal.LayoutEngine == DefaultLayout.Instance)) {
winforms\Managed\System\WinForms\Form.cs (1)
719if(toLayout.LayoutEngine == DefaultLayout.Instance) {
winforms\Managed\System\WinForms\GroupBox.cs (1)
141if(ParentInternal.LayoutEngine == DefaultLayout.Instance) {
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
708if (tlp != null && tlp.ParentInternal != null && tlp.ParentInternal.LayoutEngine == DefaultLayout.Instance) { 818if (tlp != null && tlp.ParentInternal != null && tlp.ParentInternal.LayoutEngine == DefaultLayout.Instance) {
winforms\Managed\System\WinForms\Panel.cs (1)
112if(ParentInternal.LayoutEngine == DefaultLayout.Instance) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
492bool defaultLayoutEngine = (LayoutEngine == DefaultLayout.Instance);
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
127get { return DefaultLayout.Instance; }
winforms\Managed\System\WinForms\UserControl.cs (1)
113if(toLayout.LayoutEngine == DefaultLayout.Instance) {