19 writes to RecordType
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (19)
833info.RecordType = BamlRecordType.XmlnsProperty; 864cpInfo.RecordType = _currentBamlRecord.RecordType; 900info.RecordType = _currentBamlRecord.RecordType; 912info.RecordType = _currentBamlRecord.RecordType; 927info.RecordType = _currentBamlRecord.RecordType; 954info.RecordType = _currentBamlRecord.RecordType; 983info.RecordType = _currentBamlRecord.RecordType; 1113info.RecordType = BamlRecordType.DefAttribute; 1140info.RecordType = BamlRecordType.PresentationOptionsAttribute; 1167info.RecordType = BamlRecordType.DefAttribute; 1283info.RecordType = BamlRecordType.DefAttribute; 1332info.RecordType = BamlRecordType.DefAttribute; 1402info.RecordType = BamlRecordType.DefAttribute; 1691info.RecordType = BamlRecordType.DefAttribute; 1828nodeInfo.RecordType = BamlRecordType.DocumentStart; 1972nodeInfo.RecordType = BamlRecordType.ElementStart; 2091nodeInfo.RecordType = _currentBamlRecord.RecordType; 2220nodeInfo.RecordType = BamlRecordType.ConstructorParametersStart; 2287info.RecordType = BamlRecordType.DefAttribute;
8 references to RecordType
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (8)
416if (info.RecordType == BamlRecordType.XmlnsProperty) 420else if (info.RecordType == BamlRecordType.DefAttribute) 424else if (info.RecordType == BamlRecordType.PresentationOptionsAttribute) 1846if (nodeInfo.RecordType != BamlRecordType.DocumentStart) 1849nodeInfo.RecordType.ToString(), 2029if (nodeInfo.RecordType != BamlRecordType.ElementStart) 2117switch (nodeInfo.RecordType) 2244if (nodeInfo.RecordType != BamlRecordType.ConstructorParametersStart)