1 write to SizeOfUShort
PresentationCore (1)
Shared\MS\Internal\Ink\Native.cs (1)
24SizeOfUShort = (uint)Marshal.SizeOf(typeof(ushort));
10 references to SizeOfUShort
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
717uint cb = Native.SizeOfUShort; // For header NO_COMPRESS
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\ISFTagAndGuidCache.cs (9)
64Native.SizeOfUShort, // NORMAL_PRESSURE 6 65Native.SizeOfUShort, // TANGENT_PRESSURE 7 66Native.SizeOfUShort, // BUTTON_PRESSURE 8 72Native.SizeOfUShort, // PITCH_ROTATION 14 73Native.SizeOfUShort, // ROLL_ROTATION 15 74Native.SizeOfUShort, // YAW_ROTATION 16 75Native.SizeOfUShort, // PEN_STYLE 17 868 * Native.SizeOfUShort, // SYSTEMTIME TIME_STAMP 28 87Native.SizeOfUShort, // LANGUAGE 29