19 writes to RecordType
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (19)
823info.RecordType = BamlRecordType.XmlnsProperty; 854cpInfo.RecordType = _currentBamlRecord.RecordType; 890info.RecordType = _currentBamlRecord.RecordType; 902info.RecordType = _currentBamlRecord.RecordType; 917info.RecordType = _currentBamlRecord.RecordType; 944info.RecordType = _currentBamlRecord.RecordType; 973info.RecordType = _currentBamlRecord.RecordType; 1103info.RecordType = BamlRecordType.DefAttribute; 1130info.RecordType = BamlRecordType.PresentationOptionsAttribute; 1157info.RecordType = BamlRecordType.DefAttribute; 1273info.RecordType = BamlRecordType.DefAttribute; 1322info.RecordType = BamlRecordType.DefAttribute; 1392info.RecordType = BamlRecordType.DefAttribute; 1681info.RecordType = BamlRecordType.DefAttribute; 1818nodeInfo.RecordType = BamlRecordType.DocumentStart; 1962nodeInfo.RecordType = BamlRecordType.ElementStart; 2081nodeInfo.RecordType = _currentBamlRecord.RecordType; 2210nodeInfo.RecordType = BamlRecordType.ConstructorParametersStart; 2277info.RecordType = BamlRecordType.DefAttribute;
8 references to RecordType
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (8)
406if (info.RecordType == BamlRecordType.XmlnsProperty) 410else if (info.RecordType == BamlRecordType.DefAttribute) 414else if (info.RecordType == BamlRecordType.PresentationOptionsAttribute) 1836if (nodeInfo.RecordType != BamlRecordType.DocumentStart) 1839nodeInfo.RecordType.ToString(), 2019if (nodeInfo.RecordType != BamlRecordType.ElementStart) 2107switch (nodeInfo.RecordType) 2234if (nodeInfo.RecordType != BamlRecordType.ConstructorParametersStart)