15 references to IsStub
System.Windows.Forms (14)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
42if (value is not null && value.IsStub)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (13)
144if (IsStub) 163if (IsStub) 217if (settings.IsStub) 219if (!IsStub) 238if (IsStub) 254if (IsStub) 276if (IsStub) 292if (IsStub) 320if (IsStub) 381if (IsStub) 403if (IsStub) 415if (IsStub) 491if (IsStub)
System.Windows.Forms.Tests (1)
SerializableTypesTests.cs (1)
309Assert.True(result.IsStub); // This class is not associated with an owner control.