19 writes to RecordType
PresentationFramework (19)
src\Framework\System\Windows\Markup\BamlReader.cs (19)
845info.RecordType = BamlRecordType.XmlnsProperty; 876cpInfo.RecordType = _currentBamlRecord.RecordType; 912info.RecordType = _currentBamlRecord.RecordType; 924info.RecordType = _currentBamlRecord.RecordType; 939info.RecordType = _currentBamlRecord.RecordType; 966info.RecordType = _currentBamlRecord.RecordType; 995info.RecordType = _currentBamlRecord.RecordType; 1125info.RecordType = BamlRecordType.DefAttribute; 1152info.RecordType = BamlRecordType.PresentationOptionsAttribute; 1179info.RecordType = BamlRecordType.DefAttribute; 1295info.RecordType = BamlRecordType.DefAttribute; 1344info.RecordType = BamlRecordType.DefAttribute; 1414info.RecordType = BamlRecordType.DefAttribute; 1703info.RecordType = BamlRecordType.DefAttribute; 1841nodeInfo.RecordType = BamlRecordType.DocumentStart; 1994nodeInfo.RecordType = BamlRecordType.ElementStart; 2114nodeInfo.RecordType = _currentBamlRecord.RecordType; 2243nodeInfo.RecordType = BamlRecordType.ConstructorParametersStart; 2310info.RecordType = BamlRecordType.DefAttribute;
8 references to RecordType
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlReader.cs (8)
425if (info.RecordType == BamlRecordType.XmlnsProperty) 429else if (info.RecordType == BamlRecordType.DefAttribute) 433else if (info.RecordType == BamlRecordType.PresentationOptionsAttribute) 1859if (nodeInfo.RecordType != BamlRecordType.DocumentStart) 1862nodeInfo.RecordType.ToString(), 2051if (nodeInfo.RecordType != BamlRecordType.ElementStart) 2140switch (nodeInfo.RecordType) 2267if (nodeInfo.RecordType != BamlRecordType.ConstructorParametersStart)