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