2 writes to AllowAssociate
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionItemTests.cs (2)
36AllowAssociate = value 41item.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)
23Assert.False(item.AllowAssociate); 41Assert.False(item.AllowAssociate);
System\ComponentModel\Design\DesignerActionItemTests.cs (3)
23Assert.False(item.AllowAssociate); 38Assert.Equal(value, item.AllowAssociate); 42Assert.Equal(value, item.AllowAssociate);
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (6)
31Assert.False(item.AllowAssociate); 57Assert.False(item.AllowAssociate); 83Assert.False(item.AllowAssociate); 109Assert.False(item.AllowAssociate); 135Assert.False(item.AllowAssociate); 161Assert.False(item.AllowAssociate);
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (3)
24Assert.False(item.AllowAssociate); 44Assert.False(item.AllowAssociate); 64Assert.False(item.AllowAssociate);
System\ComponentModel\Design\DesignerActionServiceTests.cs (1)
508Assert.False(actionItem.AllowAssociate);
System\ComponentModel\Design\DesignerActionTextItemTests.cs (1)
23Assert.False(item.AllowAssociate);