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