188 references to Created
System.Windows.Forms (17)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
41if (parent.Created)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1540if ((IsHandleCreated || value) && ParentInternal is not null && ParentInternal.Created && !_axState[s_fOwnWindow])
System\Windows\Forms\Control.cs (4)
4206if (!Properties.ContainsKey(s_bindingManagerProperty) && Created) 4540bool controlIsAlreadyCreated = Created; 7110if (_parent is not null && visible && !Created) 10296else 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)
2833if (DataSource is not null && Created) 2850if (!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)
38&& 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)
128if (Created)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
55Assert.False(control.Created);
System.Windows.Forms.Tests (170)
System\Windows\Forms\AxHostTests.cs (9)
57Assert.False(control.Created); 151Assert.False(control.Created); 1273Assert.False(control.Created); 1344Assert.False(control.Created); 1357Assert.True(parent.Created); 1358Assert.True(control.Created); 1372Assert.True(control.Created); 1392Assert.False(control.Created); 1401Assert.False(control.Created);
System\Windows\Forms\ButtonBaseTests.cs (1)
48Assert.False(control.Created);
System\Windows\Forms\ButtonTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\CheckBoxTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\ComboBoxTests.cs (1)
53Assert.False(control.Created);
System\Windows\Forms\ContainerControlTests.cs (3)
55Assert.False(control.Created); 657Assert.False(control.Created); 662Assert.False(control.Created);
System\Windows\Forms\ControlTests.cs (5)
43Assert.False(control.Created); 132Assert.False(control.Created); 228Assert.False(control.Created); 324Assert.False(control.Created); 420Assert.False(control.Created);
System\Windows\Forms\ControlTests.Handlers.cs (28)
1069Assert.False(control.Created); 1073Assert.False(control.Created); 2127Assert.False(control.Created); 2134Assert.False(control.Created); 2167Assert.True(control.Created); 2174Assert.True(control.Created); 2209Assert.True(control.Created); 2217Assert.True(control.Created); 2254Assert.True(control.Created); 2262Assert.True(control.Created); 2289Assert.True(control.Created); 2297Assert.True(control.Created); 2319Assert.False(control.Created); 2326Assert.False(control.Created); 2359Assert.False(control.Created); 2367Assert.False(control.Created); 2402Assert.False(control.Created); 2410Assert.False(control.Created); 2435Assert.False(control.Created); 2443Assert.False(control.Created); 2467Assert.True(control.Created); 2474Assert.True(control.Created); 2500Assert.True(control.Created); 2508Assert.True(control.Created); 2535Assert.True(control.Created); 2543Assert.True(control.Created); 2570Assert.True(control.Created); 2578Assert.True(control.Created);
System\Windows\Forms\ControlTests.Internals.cs (1)
279Assert.True(control.Created);
System\Windows\Forms\ControlTests.Methods.cs (38)
421Assert.True(control.Created); 428Assert.True(control.Created); 443Assert.True(control.Created); 464Assert.True(control.Created); 480Assert.True(control.Created); 495Assert.True(control.Created); 510Assert.False(parent.Created); 512Assert.True(control.Created); 527Assert.True(control.Created); 533Assert.False(control.Created); 538Assert.True(control.Created); 554Assert.True(parent.Created); 556Assert.True(control.Created); 588Assert.True(control.Created); 629Assert.True(control.Created); 651Assert.True(control.Created); 667Assert.True(control.Created); 682Assert.True(control.Created); 697Assert.False(parent.Created); 699Assert.True(control.Created); 713Assert.True(parent.Created); 715Assert.True(control.Created); 748Assert.True(control.Created); 826Assert.True(control.Created); 831Assert.False(control.Created); 835Assert.True(control.Created); 873Assert.True(control.Created); 879Assert.False(control.Created); 884Assert.True(control.Created); 900Assert.True(control.Created); 906Assert.False(control.Created); 911Assert.True(control.Created); 923Assert.False(control.Created); 944Assert.True(control.Created); 950Assert.False(control.Created); 955Assert.False(control.Created); 960Assert.True(control.Created); 967Assert.False(control.Created);
System\Windows\Forms\DateTimePickerTests.cs (1)
57Assert.False(control.Created);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
64Assert.False(control.Created);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\DomainUpDownTests.cs (1)
75_sub.Created.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
44Assert.False(control.Created);
System\Windows\Forms\FormTests.cs (1)
63Assert.False(control.Created);
System\Windows\Forms\GroupBoxTests.cs (1)
46Assert.False(control.Created);
System\Windows\Forms\HScrollBarTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\LabelTests.cs (1)
46Assert.False(control.Created);
System\Windows\Forms\ListBoxTests.cs (1)
48Assert.False(control.Created);
System\Windows\Forms\ListControlTests.cs (1)
47Assert.False(control.Created);
System\Windows\Forms\ListViewTests.cs (1)
61Assert.False(control.Created);
System\Windows\Forms\MdiClientTests.cs (1)
44Assert.False(control.Created);
System\Windows\Forms\MenuStripTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\MonthCalendarTests.cs (2)
59Assert.False(control.Created); 3310Assert.True(control.Created);
System\Windows\Forms\PanelTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs (4)
197if (!Created) 207if (!Created) 217if (!Created) 227if (!Created)
System\Windows\Forms\ProgressBarTests.cs (10)
45Assert.False(control.Created); 1784Assert.True(control.Created); 2121Assert.False(control.Created); 2128Assert.False(control.Created); 2155Assert.True(control.Created); 2162Assert.True(control.Created); 2183Assert.False(control.Created); 2190Assert.False(control.Created); 2213Assert.True(control.Created); 2220Assert.True(control.Created);
System\Windows\Forms\PropertyGridTests.cs (1)
75Assert.False(control.Created);
System\Windows\Forms\RadioButtonTests.cs (1)
51Assert.False(control.Created);
System\Windows\Forms\RichTextBoxTests.cs (1)
60Assert.False(control.Created);
System\Windows\Forms\ScrollableControlTests.cs (1)
49Assert.False(control.Created);
System\Windows\Forms\ScrollBarTests.cs (1)
44Assert.False(control.Created);
System\Windows\Forms\SplitterPanelTests.cs (1)
54Assert.False(control.Created);
System\Windows\Forms\SplitterTests.cs (1)
45Assert.False(control.Created);
System\Windows\Forms\StatusStripTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\TabControlTests.cs (2)
47Assert.False(control.Created); 3006Assert.False(control.Created);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
55Assert.False(control.Created);
System\Windows\Forms\TabPageTests.cs (2)
55Assert.False(control.Created); 164Assert.False(control.Created);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
54Assert.False(control.Created);
System\Windows\Forms\ToolStripPanelTests.cs (1)
51Assert.False(control.Created);
System\Windows\Forms\ToolStripTests.cs (2)
54Assert.False(control.Created); 207Assert.False(control.Created);
System\Windows\Forms\TreeViewTests.cs (15)
47Assert.False(control.Created); 5990Assert.True(control.Created); 5997Assert.True(control.Created); 6057Assert.True(control.Created); 6075Assert.True(control.Created); 6138Assert.True(control.Created); 6156Assert.True(control.Created); 6177Assert.True(control.Created); 6184Assert.True(control.Created); 6207Assert.True(control.Created); 6214Assert.True(control.Created); 6241Assert.True(control.Created); 6249Assert.True(control.Created); 6279Assert.True(control.Created); 6287Assert.True(control.Created);
System\Windows\Forms\UpDownBaseTests.cs (9)
62Assert.False(control.Created); 1850Assert.False(control.Created); 1857Assert.False(control.Created); 1885Assert.True(control.Created); 1892Assert.True(control.Created); 1913Assert.False(control.Created); 1920Assert.False(control.Created); 1943Assert.True(control.Created); 1950Assert.True(control.Created);
System\Windows\Forms\UserControlTests.cs (3)
55Assert.False(control.Created); 953Assert.False(control.Created); 959Assert.False(control.Created);
System\Windows\Forms\VScrollBarTests.cs (1)
49Assert.False(control.Created);
System\Windows\Forms\WebBrowserTests.cs (1)
44Assert.False(control.Created);
TextBoxBaseTests.cs (1)
4139Assert.True(control.Created);
TextBoxTests.cs (1)
53Assert.False(control.Created);
TrackBarTests.cs (2)
46Assert.False(control.Created); 2212Assert.True(control.Created);