13 references to Created
System.Windows.Forms (13)
winforms\Managed\System\WinForms\AxHost.cs (3)
1891if ((IsHandleCreated || value) && ParentInternal != null && ParentInternal.Created) { 5275Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "in constructor. Parent created : "+parent.Created.ToString()); 5277if (parent.Created) FormCreated();
winforms\Managed\System\WinForms\Binding.cs (1)
187return ctrl.Created;
winforms\Managed\System\WinForms\ComboBox.cs (2)
2925if (DataSource != null && Created) { 2938if (!Sorted && Created)
winforms\Managed\System\WinForms\Control.cs (4)
5518if (Properties.GetObject(PropBindingManager) == null && this.Created) { 5849bool controlIsAlreadyCreated = this.Created; 8594if (parent != null && visible && !Created) { 12134else if (IsHandleCreated || value && parent != null && parent.Created) {
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1614if (!this.owner.Created)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1588(control.Created || control.RecreatingHandle) &&
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
190if (Created) {