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