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