4 writes to InMethodInvoke
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
389ActionPanel.InMethodInvoke = true; 399ActionPanel.InMethodInvoke = false;
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (2)
58ActionPanel.InMethodInvoke = true; 80ActionPanel.InMethodInvoke = false;
1 reference to InMethodInvoke
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
57Debug.Assert(!ActionPanel.InMethodInvoke, "Nested method invocation");