4 writes to ObjectBoundSmartTagAutoShow
DesignSurfaceExt (1)
DesignerOptionServiceExt.cs (1)
33ObjectBoundSmartTagAutoShow = false
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\DesignerOptionsTests.cs (3)
77ObjectBoundSmartTagAutoShow = value 82options.ObjectBoundSmartTagAutoShow = value; 86options.ObjectBoundSmartTagAutoShow = !value;
5 references to ObjectBoundSmartTagAutoShow
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\DesignerOptionsTests.cs (4)
18Assert.True(options.ObjectBoundSmartTagAutoShow); 79Assert.Equal(value, options.ObjectBoundSmartTagAutoShow); 83Assert.Equal(value, options.ObjectBoundSmartTagAutoShow); 87Assert.Equal(!value, options.ObjectBoundSmartTagAutoShow);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (1)
21Assert.True(options.ObjectBoundSmartTagAutoShow);