4 references to GetNativeSnapshot
System.Windows.Forms (4)
System\Windows\Forms\SystemVisualSettingsTracker.cs (4)
17private static Func<SystemVisualSettings> s_snapshotProvider = GetNativeSnapshot; 18private static SystemVisualSettings s_currentSettings = GetNativeSnapshot(); 123Volatile.Write(ref s_snapshotProvider, snapshotProvider ?? GetNativeSnapshot); 133SystemVisualSettings nativeSettings = GetNativeSnapshot();