3 references to Size
PresentationCore (3)
MS\Internal\FontCache\FontCacheUtil.cs (1)
79Marshal.Copy((IntPtr)_pointer, b, 0, Size);
MS\Internal\FontFace\FontDriver.cs (2)
191if (_fileStream.Size < minimumFileSize) 246int fileSize = _fileStream.Size;