24 references to RecreatingHandle
System.Windows.Forms (24)
winforms\Managed\System\WinForms\ApplicationContext.cs (1)
153
if (!form.
RecreatingHandle
) {
winforms\Managed\System\WinForms\Control.cs (5)
5940
if (
RecreatingHandle
) {
5964
if (!
RecreatingHandle
) {
8870
if (!
RecreatingHandle
) {
13292
if (!
RecreatingHandle
&& !Disposing && !IsDisposed && GetState(STATE_TRACKINGMOUSEEVENT))
13311
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1125
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
827
if (!
RecreatingHandle
&& (hbrushDither != IntPtr.Zero)) {
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1588
(control.Created || control.
RecreatingHandle
) &&
winforms\Managed\System\WinForms\ListBox.cs (1)
740
if (
RecreatingHandle
|| GetState(STATE_CREATINGHANDLE)) {
winforms\Managed\System\WinForms\ListView.cs (2)
2452
if (!
RecreatingHandle
) {
6339
if (!this.
RecreatingHandle
&& !this.ListViewHandleDestroyed) {
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1688
if (!this.flagState[IS_NULL_MASK] &&
RecreatingHandle
)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1365
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
740
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2463
if (toolTip != null && !
RecreatingHandle
) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1446
if (
RecreatingHandle
|| GetAnyDisposingInHierarchy()) {
winforms\Managed\System\WinForms\StatusBar.cs (1)
633
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\TabControl.cs (1)
1103
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
1050
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
353
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\TrackBar.cs (1)
856
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\TreeView.cs (1)
1655
if (!
RecreatingHandle
) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
497
if (
RecreatingHandle
) {