7 writes to UseSmartTags
DesignSurfaceExt (4)
DesignerOptionServiceExt.cs (4)
21UseSmartTags = true 45UseSmartTags = true 69UseSmartTags = true 91UseSmartTags = true
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\DesignerOptionsTests.cs (3)
151UseSmartTags = value 156options.UseSmartTags = value; 160options.UseSmartTags = !value;
5 references to UseSmartTags
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\DesignerOptionsTests.cs (4)
20Assert.False(options.UseSmartTags); 153Assert.Equal(value, options.UseSmartTags); 157Assert.Equal(value, options.UseSmartTags); 161Assert.Equal(!value, options.UseSmartTags);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (1)
22Assert.False(options.UseSmartTags);