189 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)
1541if ((IsHandleCreated || value) && ParentInternal is not null && ParentInternal.Created && !_axState[s_fOwnWindow])
System\Windows\Forms\Control.cs (4)
4205if (!Properties.ContainsKey(s_bindingManagerProperty) && Created) 4539bool controlIsAlreadyCreated = Created; 7146if (_parent is not null && visible && !Created) 10318else 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)
2834if (DataSource is not null && Created) 2851if (!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)
128if (Created)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
57Assert.False(control.Created);
System.Windows.Forms.Tests (170)
System\Windows\Forms\AxHostTests.cs (9)
59Assert.False(control.Created); 153Assert.False(control.Created); 1275Assert.False(control.Created); 1346Assert.False(control.Created); 1359Assert.True(parent.Created); 1360Assert.True(control.Created); 1374Assert.True(control.Created); 1394Assert.False(control.Created); 1403Assert.False(control.Created);
System\Windows\Forms\ButtonBaseTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\ButtonTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\CheckBoxTests.cs (1)
54Assert.False(control.Created);
System\Windows\Forms\ComboBoxTests.cs (1)
55Assert.False(control.Created);
System\Windows\Forms\ContainerControlTests.cs (3)
57Assert.False(control.Created); 659Assert.False(control.Created); 664Assert.False(control.Created);
System\Windows\Forms\ControlTests.cs (5)
45Assert.False(control.Created); 134Assert.False(control.Created); 230Assert.False(control.Created); 326Assert.False(control.Created); 422Assert.False(control.Created);
System\Windows\Forms\ControlTests.Handlers.cs (28)
1071Assert.False(control.Created); 1075Assert.False(control.Created); 2129Assert.False(control.Created); 2136Assert.False(control.Created); 2169Assert.True(control.Created); 2176Assert.True(control.Created); 2211Assert.True(control.Created); 2219Assert.True(control.Created); 2256Assert.True(control.Created); 2264Assert.True(control.Created); 2291Assert.True(control.Created); 2299Assert.True(control.Created); 2321Assert.False(control.Created); 2328Assert.False(control.Created); 2361Assert.False(control.Created); 2369Assert.False(control.Created); 2404Assert.False(control.Created); 2412Assert.False(control.Created); 2437Assert.False(control.Created); 2445Assert.False(control.Created); 2469Assert.True(control.Created); 2476Assert.True(control.Created); 2502Assert.True(control.Created); 2510Assert.True(control.Created); 2537Assert.True(control.Created); 2545Assert.True(control.Created); 2572Assert.True(control.Created); 2580Assert.True(control.Created);
System\Windows\Forms\ControlTests.Internals.cs (1)
281Assert.True(control.Created);
System\Windows\Forms\ControlTests.Methods.cs (38)
422Assert.True(control.Created); 429Assert.True(control.Created); 444Assert.True(control.Created); 465Assert.True(control.Created); 481Assert.True(control.Created); 496Assert.True(control.Created); 511Assert.False(parent.Created); 513Assert.True(control.Created); 528Assert.True(control.Created); 534Assert.False(control.Created); 539Assert.True(control.Created); 555Assert.True(parent.Created); 557Assert.True(control.Created); 589Assert.True(control.Created); 630Assert.True(control.Created); 652Assert.True(control.Created); 668Assert.True(control.Created); 683Assert.True(control.Created); 698Assert.False(parent.Created); 700Assert.True(control.Created); 714Assert.True(parent.Created); 716Assert.True(control.Created); 749Assert.True(control.Created); 827Assert.True(control.Created); 832Assert.False(control.Created); 836Assert.True(control.Created); 874Assert.True(control.Created); 880Assert.False(control.Created); 885Assert.True(control.Created); 901Assert.True(control.Created); 907Assert.False(control.Created); 912Assert.True(control.Created); 924Assert.False(control.Created); 945Assert.True(control.Created); 951Assert.False(control.Created); 956Assert.False(control.Created); 961Assert.True(control.Created); 968Assert.False(control.Created);
System\Windows\Forms\DateTimePickerTests.cs (1)
59Assert.False(control.Created);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
66Assert.False(control.Created);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
54Assert.False(control.Created);
System\Windows\Forms\DomainUpDownTests.cs (1)
77_sub.Created.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
46Assert.False(control.Created);
System\Windows\Forms\FormTests.cs (1)
65Assert.False(control.Created);
System\Windows\Forms\GroupBoxTests.cs (1)
48Assert.False(control.Created);
System\Windows\Forms\HScrollBarTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\LabelTests.cs (1)
48Assert.False(control.Created);
System\Windows\Forms\ListBoxTests.cs (1)
50Assert.False(control.Created);
System\Windows\Forms\ListControlTests.cs (1)
49Assert.False(control.Created);
System\Windows\Forms\ListViewTests.cs (1)
63Assert.False(control.Created);
System\Windows\Forms\MdiClientTests.cs (1)
46Assert.False(control.Created);
System\Windows\Forms\MenuStripTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\MonthCalendarTests.cs (2)
61Assert.False(control.Created); 3312Assert.True(control.Created);
System\Windows\Forms\PanelTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs (4)
199if (!Created) 209if (!Created) 219if (!Created) 229if (!Created)
System\Windows\Forms\ProgressBarTests.cs (10)
47Assert.False(control.Created); 1786Assert.True(control.Created); 2123Assert.False(control.Created); 2130Assert.False(control.Created); 2157Assert.True(control.Created); 2164Assert.True(control.Created); 2185Assert.False(control.Created); 2192Assert.False(control.Created); 2215Assert.True(control.Created); 2222Assert.True(control.Created);
System\Windows\Forms\PropertyGridTests.cs (1)
77Assert.False(control.Created);
System\Windows\Forms\RadioButtonTests.cs (1)
53Assert.False(control.Created);
System\Windows\Forms\RichTextBoxTests.cs (1)
62Assert.False(control.Created);
System\Windows\Forms\ScrollableControlTests.cs (1)
51Assert.False(control.Created);
System\Windows\Forms\ScrollBarTests.cs (1)
46Assert.False(control.Created);
System\Windows\Forms\SplitterPanelTests.cs (1)
56Assert.False(control.Created);
System\Windows\Forms\SplitterTests.cs (1)
47Assert.False(control.Created);
System\Windows\Forms\StatusStripTests.cs (1)
52Assert.False(control.Created);
System\Windows\Forms\TabControlTests.cs (2)
49Assert.False(control.Created); 3008Assert.False(control.Created);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
57Assert.False(control.Created);
System\Windows\Forms\TabPageTests.cs (2)
57Assert.False(control.Created); 166Assert.False(control.Created);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
54Assert.False(control.Created);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
56Assert.False(control.Created);
System\Windows\Forms\ToolStripPanelTests.cs (1)
53Assert.False(control.Created);
System\Windows\Forms\ToolStripTests.cs (2)
56Assert.False(control.Created); 209Assert.False(control.Created);
System\Windows\Forms\TreeViewTests.cs (15)
49Assert.False(control.Created); 5992Assert.True(control.Created); 5999Assert.True(control.Created); 6059Assert.True(control.Created); 6077Assert.True(control.Created); 6140Assert.True(control.Created); 6158Assert.True(control.Created); 6179Assert.True(control.Created); 6186Assert.True(control.Created); 6209Assert.True(control.Created); 6216Assert.True(control.Created); 6243Assert.True(control.Created); 6251Assert.True(control.Created); 6281Assert.True(control.Created); 6289Assert.True(control.Created);
System\Windows\Forms\UpDownBaseTests.cs (9)
64Assert.False(control.Created); 1852Assert.False(control.Created); 1859Assert.False(control.Created); 1887Assert.True(control.Created); 1894Assert.True(control.Created); 1915Assert.False(control.Created); 1922Assert.False(control.Created); 1945Assert.True(control.Created); 1952Assert.True(control.Created);
System\Windows\Forms\UserControlTests.cs (3)
57Assert.False(control.Created); 955Assert.False(control.Created); 961Assert.False(control.Created);
System\Windows\Forms\VScrollBarTests.cs (1)
51Assert.False(control.Created);
System\Windows\Forms\WebBrowserTests.cs (1)
46Assert.False(control.Created);
TextBoxBaseTests.cs (1)
4141Assert.True(control.Created);
TextBoxTests.cs (1)
55Assert.False(control.Created);
TrackBarTests.cs (2)
48Assert.False(control.Created); 2214Assert.True(control.Created);