18 references to Created
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
150 Created &&
System.Windows.Forms (17)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
41if (parent.Created)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1538if ((IsHandleCreated || value) && ParentInternal is not null && ParentInternal.Created && !_axState[s_fOwnWindow])
System\Windows\Forms\Control.cs (4)
4294if (!Properties.ContainsKey(s_bindingManagerProperty) && Created) 4628bool controlIsAlreadyCreated = Created; 7237if (_parent is not null && visible && !Created) 10437else if (IsHandleCreated || (value && _parent?.Created == true))
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
43!_owningComboBox.Created)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
66!_owningComboBox.Created)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2827if (DataSource is not null && Created) 2844if (!Sorted && Created)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
1504if (!_owner.Created)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBoxAccessibleObject.cs (1)
36|| !owner.OwningPropertyGridView.OwnerGrid.Created)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (1)
46|| !owner.PropertyGridView.OwnerGrid.Created
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
37&& target.Created
System\Windows\Forms\DataBinding\Binding.cs (1)
185return component is not Control control || control.Created;
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (1)
270(_control.Created || _control.RecreatingHandle) &&
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
124if (Created)