8 references to GetNextRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
513_currentBamlRecord = _bamlRecordReader.GetNextRecord();
src\Framework\System\Windows\Markup\BamlRecordReader.cs (7)
403&& null != (bamlRecord = GetNextRecord())) 496&& null != (bamlRecord = GetNextRecord())) 1790BamlRecord keyRecord = GetNextRecord(); 1801while (moreData && null != (nestedBamlRecord = GetNextRecord())) 1876BamlRecord srRecord = GetNextRecord(); 1885while (moreData && null != (nestedBamlRecord = GetNextRecord())) 1932BamlStaticResourceIdRecord bamlStaticResourceIdRecord = (BamlStaticResourceIdRecord)GetNextRecord();