10 references to HandleCreated
System.Windows.Forms (10)
System\Windows\Forms\Controls\ImageList\ImageList.cs (5)
211bool recreatingHandle = HandleCreated; // We only need to fire RecreateHandle if there was a previous handle 352Debug.Assert(HandleCreated, "Calling AddIconToHandle when there is no handle"); 371Debug.Assert(HandleCreated, "Calling AddToHandle when there is no handle"); 463if (HandleCreated) 729if (!HandleCreated)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (5)
75Debug.Assert((_owner._originals is null) == (_owner.HandleCreated), " Either we should have the original images, or the handle should be created"); 85if (_owner.HandleCreated) 319if (_owner.HandleCreated) 336if (_owner.HandleCreated) 421if (_owner.HandleCreated)