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)
92
return _unmanagedStream.
Position
;
system\resources\resourcereader.cs (4)
414
if (_ums.
Position
> _ums.Length) {
456
if (_ums.
Position
> _ums.Length - byteLen)
753
if (len > _ums.Length - _ums.
Position
) {
775
if (len > _ums.Length - _ums.
Position
) {
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
76
Debug.Assert(stream.
Position
== 0);