29 references to GetHandleCreated
System.Windows.Forms (22)
System\Windows\Forms\Controls\Labels\Label.cs (2)
1168if (!_controlToolTip && _textToolTip is not null && _textToolTip.GetHandleCreated()) 1205if (_textToolTip is not null && _textToolTip.GetHandleCreated())
System\Windows\Forms\ToolTip\ToolTip.cs (20)
115if (!DesignMode && GetHandleCreated()) 181if (GetHandleCreated()) 250if (GetHandleCreated()) 265if (!GetHandleCreated()) 292if (GetHandleCreated()) 380if (GetHandleCreated()) 402if (GetHandleCreated()) 433if (_toolTipIcon > 0 && GetHandleCreated()) 463if (GetHandleCreated()) 551if (GetHandleCreated()) 573if (GetHandleCreated()) 695if (GetHandleCreated()) 710if (GetHandleCreated()) 891if (GetHandleCreated()) 908handlesCreated = handlesCreated && GetHandleCreated(); 959if (!GetHandleCreated()) 1132if (GetHandleCreated()) 1179if (GetHandleCreated() && time >= 0) 1268if (GetHandleCreated()) 1735if (GetHandleCreated())
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolTipTests.cs (7)
42Assert.False(toolTip.GetHandleCreated()); 72Assert.False(toolTip.GetHandleCreated()); 117Assert.False(toolTip.GetHandleCreated()); 142Assert.False(toolTip.GetHandleCreated()); 223Assert.False(toolTip.GetHandleCreated()); 849Assert.True(toolTip.GetHandleCreated()); 892Assert.True(toolTip.GetHandleCreated());