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)
691
AllowMerge
= value
697
control.
AllowMerge
= value;
702
control.
AllowMerge
= value;
720
control.
AllowMerge
= value;
728
control.
AllowMerge
= value;
736
control.
AllowMerge
= value;
14 references to AllowMerge
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1066
if (toolStrip.
AllowMerge
&& container == toolStrip.FindForm())
1097
|| (sourceToolStrip.
AllowMerge
1098
&& targetToolStrip.
AllowMerge
System.Windows.Forms.Tests (11)
System\Windows\Forms\MenuStripTests.cs (1)
23
Assert.True(control.
AllowMerge
);
System\Windows\Forms\StatusStripTests.cs (1)
23
Assert.True(control.
AllowMerge
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
25
Assert.True(control.
AllowMerge
);
System\Windows\Forms\ToolStripTests.cs (8)
27
Assert.True(control.
AllowMerge
);
185
Assert.True(control.
AllowMerge
);
693
Assert.Equal(value, control.
AllowMerge
);
698
Assert.Equal(value, control.
AllowMerge
);
703
Assert.Equal(value, control.
AllowMerge
);
721
Assert.Equal(value, control.
AllowMerge
);
729
Assert.Equal(value, control.
AllowMerge
);
737
Assert.Equal(value, control.
AllowMerge
);