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