19 writes to RecordType
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (19)
826RecordType = BamlRecordType.XmlnsProperty 858cpInfo.RecordType = _currentBamlRecord.RecordType; 894info.RecordType = _currentBamlRecord.RecordType; 906info.RecordType = _currentBamlRecord.RecordType; 921info.RecordType = _currentBamlRecord.RecordType; 948info.RecordType = _currentBamlRecord.RecordType; 977info.RecordType = _currentBamlRecord.RecordType; 1109info.RecordType = BamlRecordType.DefAttribute; 1138info.RecordType = BamlRecordType.PresentationOptionsAttribute; 1167info.RecordType = BamlRecordType.DefAttribute; 1285info.RecordType = BamlRecordType.DefAttribute; 1336info.RecordType = BamlRecordType.DefAttribute; 1408info.RecordType = BamlRecordType.DefAttribute; 1699info.RecordType = BamlRecordType.DefAttribute; 1834RecordType = BamlRecordType.DocumentStart 1980RecordType = BamlRecordType.ElementStart 2100nodeInfo.RecordType = _currentBamlRecord.RecordType; 2230RecordType = BamlRecordType.ConstructorParametersStart 2300info.RecordType = BamlRecordType.DefAttribute;
8 references to RecordType
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (8)
408if (info.RecordType == BamlRecordType.XmlnsProperty) 412else if (info.RecordType == BamlRecordType.DefAttribute) 416else if (info.RecordType == BamlRecordType.PresentationOptionsAttribute) 1853if (nodeInfo.RecordType != BamlRecordType.DocumentStart) 1856nodeInfo.RecordType.ToString(), 2038if (nodeInfo.RecordType != BamlRecordType.ElementStart) 2126switch (nodeInfo.RecordType) 2255if (nodeInfo.RecordType != BamlRecordType.ConstructorParametersStart)