12 references to GetCachedSwitchValue
System.Windows.Forms.Primitives (12)
System\LocalAppContextSwitches\LocalAppContextSwitches.cs (12)
55get => GetCachedSwitchValue(DoNotCatchUnhandledExceptionsSwitchName, ref s_doNotCatchUnhandledExceptions); 158get => GetCachedSwitchValue(AnchorLayoutV2SwitchName, ref s_anchorLayoutV2); 169get => GetCachedSwitchValue(ApplyParentFontToMenusSwitchName, ref s_applyParentFontToMenus); 175get => GetCachedSwitchValue(ScaleTopLevelFormMinMaxSizeForDpiSwitchName, ref s_scaleTopLevelFormMinMaxSizeForDpi); 181get => GetCachedSwitchValue(TrackBarModernRenderingSwitchName, ref s_trackBarModernRendering); 192get => GetCachedSwitchValue(ServicePointManagerCheckCrlSwitchName, ref s_servicePointManagerCheckCrl); 198get => GetCachedSwitchValue(DataGridViewUIAStartRowCountAtZeroSwitchName, ref s_dataGridViewUIAStartRowCountAtZero); 204get => GetCachedSwitchValue(NoClientNotificationsSwitchName, ref s_noClientNotifications); 219get => GetCachedSwitchValue(EnableMsoComponentManagerSwitchName, ref s_enableMsoComponentManager); 229get => GetCachedSwitchValue(TreeNodeCollectionAddRangeRespectsSortOrderSwitchName, ref s_treeNodeCollectionAddRangeRespectsSortOrder); 243get => GetCachedSwitchValue(ClipboardDragDropEnableUnsafeBinaryFormatterSerializationSwitchName, 261get => GetCachedSwitchValue(ClipboardDragDropEnableNrbfSerializationSwitchName, ref s_clipboardDragDropEnableNrbfSerialization);