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