9 references to CopyInProgress
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
940
if (KeyboardHandlingService is not null && KeyboardHandlingService.
CopyInProgress
)
1918
KeyboardHandlingService?.
CopyInProgress
= true;
1921
KeyboardHandlingService?.
CopyInProgress
= false;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
701
keyboardHandlingService?.
CopyInProgress
= true;
704
keyboardHandlingService?.
CopyInProgress
= false;
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
103
if (value !=
CopyInProgress
)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
1843
if (KeyboardHandlingService is not null && KeyboardHandlingService.
CopyInProgress
)
2728
keyboardHandlingService?.
CopyInProgress
= true;
2732
keyboardHandlingService?.
CopyInProgress
= false;