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