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