11 references to new
System.Private.Windows.Core.TestUtilities (4)
AppContextSwitchScope.cs (1)
21
:
this
(switchName, getDefaultValue: null, enable)
BinaryFormatterInClipboardDragDropScope.cs (1)
13
_switchScope =
new
(AppContextSwitchNames.ClipboardDragDropEnableUnsafeBinaryFormatterSerializationSwitchName, GetDefaultValue, enable);
BinaryFormatterScope.cs (1)
20
_switchScope =
new
(AppContextSwitchNames.EnableUnsafeBinaryFormatterSerialization, GetDefaultValue, enable);
NrbfSerializerInClipboardDragDropScope.cs (1)
13
_switchScope =
new
(AppContextSwitchNames.ClipboardDragDropEnableNrbfSerializationSwitchName, GetDefaultValue, enable);
System.Windows.Forms.TestUtilities (7)
AnchorLayoutV2Scope.cs (1)
21
_switchScope =
new
(WinFormsAppContextSwitchNames.AnchorLayoutV2, GetDefaultValue, enable);
ApplyParentFontToMenusScope.cs (1)
21
_switchScope =
new
(WinFormsAppContextSwitchNames.ApplyParentFontToMenus, GetDefaultValue, enable);
DataGridViewUIAStartRowCountAtZeroScope.cs (1)
20
_switchScope =
new
(WinFormsAppContextSwitchNames.DataGridViewUIAStartRowCountAtZero, GetDefaultValue, enable);
NoClientNotificationsScope.cs (1)
21
_switchScope =
new
(WinFormsAppContextSwitchNames.NoClientNotifications, GetDefaultValue, enable);
ScaleTopLevelFormMinMaxSizeForDpiScope.cs (1)
21
_switchScope =
new
(WinFormsAppContextSwitchNames.ScaleTopLevelFormMinMaxSizeForDpi, GetDefaultValue, enable);
ServicePointManagerCheckCrlScope.cs (1)
21
_switchScope =
new
(WinFormsAppContextSwitchNames.ServicePointManagerCheckCrl, GetDefaultValue, enable);
TreeNodeCollectionAddRangeRespectsSortOrderScope.cs (1)
21
_switchScope =
new
(WinFormsAppContextSwitchNames.TreeNodeCollectionAddRangeRespectsSortOrder, GetDefaultValue, enable);