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