1 instantiation of DWM_TIMING_INFO
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
3333var dti = new DWM_TIMING_INFO { cbSize = Marshal.SizeOf(typeof(DWM_TIMING_INFO)) };
4 references to DWM_TIMING_INFO
PresentationFramework (4)
System\Windows\Standard\NativeMethods.cs (4)
3323private static extern HRESULT _DwmGetCompositionTimingInfo(IntPtr hwnd, ref DWM_TIMING_INFO pTimingInfo); 3325public static DWM_TIMING_INFO? DwmGetCompositionTimingInfo(IntPtr hwnd) 3333var dti = new DWM_TIMING_INFO { cbSize = Marshal.SizeOf(typeof(DWM_TIMING_INFO)) };