10 references to HandleCreated
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ImageList.cs (10)
309bool recreatingHandle = this.HandleCreated;//We only need to fire RecreateHandle if there was a previous handle 482Debug.Assert(HandleCreated, "Calling AddIconToHandle when there is no handle"); 496Debug.Assert(HandleCreated, "Calling AddToHandle when there is no handle"); 574if (HandleCreated) { 874if (!HandleCreated) return; 1059Debug.Assert( (owner.originals == null) == (owner.HandleCreated), " Either we should have the original images, or the handle should be created"); 1072if (owner.HandleCreated) { 1331if (owner.HandleCreated) { 1343if (owner.HandleCreated) { 1423if (owner.HandleCreated)