11 references to GetCachedSwitchValue
System.Windows.Forms.Primitives (11)
System\LocalAppContextSwitches\LocalAppContextSwitches.cs (11)
53get => GetCachedSwitchValue(DoNotCatchUnhandledExceptionsSwitchName, ref s_doNotCatchUnhandledExceptions); 151get => GetCachedSwitchValue(AnchorLayoutV2SwitchName, ref s_anchorLayoutV2); 162get => GetCachedSwitchValue(ApplyParentFontToMenusSwitchName, ref s_applyParentFontToMenus); 168get => GetCachedSwitchValue(ScaleTopLevelFormMinMaxSizeForDpiSwitchName, ref s_scaleTopLevelFormMinMaxSizeForDpi); 174get => GetCachedSwitchValue(TrackBarModernRenderingSwitchName, ref s_trackBarModernRendering); 185get => GetCachedSwitchValue(ServicePointManagerCheckCrlSwitchName, ref s_servicePointManagerCheckCrl); 191get => GetCachedSwitchValue(DataGridViewUIAStartRowCountAtZeroSwitchName, ref s_dataGridViewUIAStartRowCountAtZero); 197get => GetCachedSwitchValue(NoClientNotificationsSwitchName, ref s_noClientNotifications); 212get => GetCachedSwitchValue(EnableMsoComponentManagerSwitchName, ref s_enableMsoComponentManager); 222get => GetCachedSwitchValue(TreeNodeCollectionAddRangeRespectsSortOrderSwitchName, ref s_treeNodeCollectionAddRangeRespectsSortOrder); 232get => GetCachedSwitchValue(MoveTreeViewTextLocationOnePixelSwitchName, ref s_moveTreeViewTextLocationOnePixel);