19 writes to RecordType
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (19)
825RecordType = BamlRecordType.XmlnsProperty 857cpInfo.RecordType = _currentBamlRecord.RecordType; 893info.RecordType = _currentBamlRecord.RecordType; 905info.RecordType = _currentBamlRecord.RecordType; 920info.RecordType = _currentBamlRecord.RecordType; 947info.RecordType = _currentBamlRecord.RecordType; 976info.RecordType = _currentBamlRecord.RecordType; 1108info.RecordType = BamlRecordType.DefAttribute; 1137info.RecordType = BamlRecordType.PresentationOptionsAttribute; 1166info.RecordType = BamlRecordType.DefAttribute; 1284info.RecordType = BamlRecordType.DefAttribute; 1335info.RecordType = BamlRecordType.DefAttribute; 1407info.RecordType = BamlRecordType.DefAttribute; 1698info.RecordType = BamlRecordType.DefAttribute; 1833RecordType = BamlRecordType.DocumentStart 1979RecordType = BamlRecordType.ElementStart 2099nodeInfo.RecordType = _currentBamlRecord.RecordType; 2229RecordType = BamlRecordType.ConstructorParametersStart 2299info.RecordType = BamlRecordType.DefAttribute;
8 references to RecordType
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (8)
407if (info.RecordType == BamlRecordType.XmlnsProperty) 411else if (info.RecordType == BamlRecordType.DefAttribute) 415else if (info.RecordType == BamlRecordType.PresentationOptionsAttribute) 1852if (nodeInfo.RecordType != BamlRecordType.DocumentStart) 1855nodeInfo.RecordType.ToString(), 2037if (nodeInfo.RecordType != BamlRecordType.ElementStart) 2125switch (nodeInfo.RecordType) 2254if (nodeInfo.RecordType != BamlRecordType.ConstructorParametersStart)