4 writes to UseSmartTags
DesignSurfaceExt (1)
DesignerOptionServiceExt.cs (1)
32UseSmartTags = true,
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\DesignerOptionsTests.cs (3)
153UseSmartTags = value 158options.UseSmartTags = value; 162options.UseSmartTags = !value;
5 references to UseSmartTags
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\DesignerOptionsTests.cs (4)
22Assert.False(options.UseSmartTags); 155Assert.Equal(value, options.UseSmartTags); 159Assert.Equal(value, options.UseSmartTags); 163Assert.Equal(!value, options.UseSmartTags);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (1)
24Assert.False(options.UseSmartTags);