1 instantiation of BamlRecordManager
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
72_bamlRecordManager = new BamlRecordManager();
12 references to BamlRecordManager
PresentationBuildTasks (12)
Framework\System\Windows\Markup\BamlRecords.cs (1)
499BamlRecordManager.TreatAsIAddChild(propertyType) ||
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1853internal virtual BamlRecordManager BamlRecordManager 1916BamlRecordManager _bamlRecordManager;
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
663BamlRecordType propertyRecordType = BamlRecordManager.GetPropertyStartRecordType(propertyType, propertyCanWrite);
Framework\System\Windows\Markup\XamlReaderHelper.cs (8)
285if (IsACollection(t) || BamlRecordManager.TreatAsIAddChild(t)) 4013BamlRecordType recordType = BamlRecordManager.GetPropertyStartRecordType(propertyType, propertyCanWrite); 4208!BamlRecordManager.TreatAsIAddChild(ParentContext.ContextDataType))) 4495if (BamlRecordManager.TreatAsIAddChild(parentElementType)) 4519if (BamlRecordManager.TreatAsIAddChild(elementType)) 4605if (!allowed && !BamlRecordManager.TreatAsIAddChild(elementType)) 4641!BamlRecordManager.TreatAsIAddChild(parentType) && 4687if (BamlRecordManager.TreatAsIAddChild(elementType))