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