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