2 references to ANIMATIONINFO
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (1)
1244
return Marshal.SizeOf(typeof(
ANIMATIONINFO
));
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
1046
internal static extern bool SystemParametersInfo(int nAction, int nParam, [In, Out] NativeMethods.
ANIMATIONINFO
anim, int nUpdate);