6 writes to CopyInProgress
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1874KeyboardHandlingService.CopyInProgress = true; 1880KeyboardHandlingService.CopyInProgress = false;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
706keyboardHandlingService.CopyInProgress = true; 712keyboardHandlingService.CopyInProgress = false;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
2733keyboardHandlingService.CopyInProgress = true; 2740keyboardHandlingService.CopyInProgress = false;
3 references to CopyInProgress
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
960if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
103if (value != CopyInProgress)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1843if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress)