11 references to None
System.Drawing.Common.Tests (10)
mono\System.Drawing\GraphicsTests.cs (1)
1973string_format.HotkeyPrefix = HotkeyPrefix.None;
System\Drawing\StringFormatTests.cs (9)
21Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix); 36Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix); 52Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix); 66Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix); 107Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix); 335[InlineData(HotkeyPrefix.None)] 344[InlineData(HotkeyPrefix.None - 1)] 399Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix); 414Assert.Equal(HotkeyPrefix.None, format.HotkeyPrefix);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2564stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.None;