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