6 writes to CopyInProgress
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1894KeyboardHandlingService?.CopyInProgress = true; 1897KeyboardHandlingService?.CopyInProgress = false;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
701keyboardHandlingService?.CopyInProgress = true; 704keyboardHandlingService?.CopyInProgress = false;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
2686keyboardHandlingService?.CopyInProgress = true; 2690keyboardHandlingService?.CopyInProgress = false;
3 references to CopyInProgress
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
931if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
103if (value != CopyInProgress)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1813if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress)