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