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