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