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