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