Base:
property
Position
System.IO.Stream.Position
2 writes to Position
mscorlib (2)
system\io\unmanagedmemorystreamwrapper.cs (1)
95_unmanagedStream.Position = value;
system\resources\resourcereader.cs (1)
475_ums.Position += byteLen;
6 references to Position
mscorlib (5)
system\io\unmanagedmemorystreamwrapper.cs (1)
92return _unmanagedStream.Position;
system\resources\resourcereader.cs (4)
414if (_ums.Position > _ums.Length) { 456if (_ums.Position > _ums.Length - byteLen) 753if (len > _ums.Length - _ums.Position) { 775if (len > _ums.Length - _ums.Position) {
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
76Debug.Assert(stream.Position == 0);