7 writes to AllowMerge
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
185
_toolStrip.
AllowMerge
= false;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripTests.cs (6)
693
AllowMerge
= value
699
control.
AllowMerge
= value;
704
control.
AllowMerge
= value;
722
control.
AllowMerge
= value;
730
control.
AllowMerge
= value;
738
control.
AllowMerge
= value;
14 references to AllowMerge
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1065
if (toolStrip.
AllowMerge
&& container == toolStrip.FindForm())
1096
|| (sourceToolStrip.
AllowMerge
1097
&& targetToolStrip.
AllowMerge
System.Windows.Forms.Tests (11)
System\Windows\Forms\MenuStripTests.cs (1)
25
Assert.True(control.
AllowMerge
);
System\Windows\Forms\StatusStripTests.cs (1)
25
Assert.True(control.
AllowMerge
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
27
Assert.True(control.
AllowMerge
);
System\Windows\Forms\ToolStripTests.cs (8)
29
Assert.True(control.
AllowMerge
);
187
Assert.True(control.
AllowMerge
);
695
Assert.Equal(value, control.
AllowMerge
);
700
Assert.Equal(value, control.
AllowMerge
);
705
Assert.Equal(value, control.
AllowMerge
);
723
Assert.Equal(value, control.
AllowMerge
);
731
Assert.Equal(value, control.
AllowMerge
);
739
Assert.Equal(value, control.
AllowMerge
);