1 instantiation of DWM_TIMING_INFO
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
3191var 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)
3181private static extern HRESULT _DwmGetCompositionTimingInfo(IntPtr hwnd, ref DWM_TIMING_INFO pTimingInfo); 3183public static DWM_TIMING_INFO? DwmGetCompositionTimingInfo(IntPtr hwnd) 3191var dti = new DWM_TIMING_INFO { cbSize = Marshal.SizeOf(typeof(DWM_TIMING_INFO)) };