6 references to SystemDefaultCharSize
PresentationFramework (5)
MS\Internal\Printing\PrintDlgExMarshaler.cs (5)
277
int devNamesOffset = checked(devNames.wDeviceOffset * Marshal.
SystemDefaultCharSize
);
722
int cbDevNames = checked(((printer.Length + 3) * Marshal.
SystemDefaultCharSize
) +
736
devNames.wDeviceOffset = (ushort)(baseOffset / Marshal.
SystemDefaultCharSize
);
750
checked((IntPtr)((long)offsetName + (printer.Length * Marshal.
SystemDefaultCharSize
)));
760
byte[] nulls = new byte[3 * Marshal.
SystemDefaultCharSize
];
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2305
if (Marshal.
SystemDefaultCharSize
== 1)