3 writes to ObjectBoundSmartTagAutoShow
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\DesignerOptionsTests.cs (3)
75
ObjectBoundSmartTagAutoShow
= value
80
options.
ObjectBoundSmartTagAutoShow
= value;
84
options.
ObjectBoundSmartTagAutoShow
= !value;
5 references to ObjectBoundSmartTagAutoShow
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\DesignerOptionsTests.cs (4)
16
Assert.True(options.
ObjectBoundSmartTagAutoShow
);
77
Assert.Equal(value, options.
ObjectBoundSmartTagAutoShow
);
81
Assert.Equal(value, options.
ObjectBoundSmartTagAutoShow
);
85
Assert.Equal(!value, options.
ObjectBoundSmartTagAutoShow
);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (1)
19
Assert.True(options.
ObjectBoundSmartTagAutoShow
);