2 writes to AllowAssociate
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionItemTests.cs (2)
34AllowAssociate = value 39item.AllowAssociate = value;
17 references to AllowAssociate
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
643if (relatedItem.AllowAssociate)
System.Windows.Forms.Design.Tests (16)
System\ComponentModel\Design\DesignerActionHeaderItemTests.cs (2)
21Assert.False(item.AllowAssociate); 39Assert.False(item.AllowAssociate);
System\ComponentModel\Design\DesignerActionItemTests.cs (3)
21Assert.False(item.AllowAssociate); 36Assert.Equal(value, item.AllowAssociate); 40Assert.Equal(value, item.AllowAssociate);
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (6)
29Assert.False(item.AllowAssociate); 55Assert.False(item.AllowAssociate); 81Assert.False(item.AllowAssociate); 107Assert.False(item.AllowAssociate); 133Assert.False(item.AllowAssociate); 159Assert.False(item.AllowAssociate);
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (3)
22Assert.False(item.AllowAssociate); 42Assert.False(item.AllowAssociate); 62Assert.False(item.AllowAssociate);
System\ComponentModel\Design\DesignerActionServiceTests.cs (1)
506Assert.False(actionItem.AllowAssociate);
System\ComponentModel\Design\DesignerActionTextItemTests.cs (1)
21Assert.False(item.AllowAssociate);