8 types derived from BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1161internal class BamlXmlnsPropertyRecord : BamlVariableSizedRecord 1268internal class BamlPIMappingRecord : BamlVariableSizedRecord 1369internal abstract class BamlStringValueRecord : BamlVariableSizedRecord 2697internal class BamlPropertyCustomRecord : BamlVariableSizedRecord 4161internal class BamlAssemblyInfoRecord : BamlVariableSizedRecord 4279internal class BamlTypeInfoRecord : BamlVariableSizedRecord 4577internal class BamlAttributeInfoRecord : BamlVariableSizedRecord 4968internal class BamlStringInfoRecord : BamlVariableSizedRecord
8 references to BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1124BamlVariableSizedRecord newRecord = (BamlVariableSizedRecord)record; 1344= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 2887= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 4228= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4441= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4923= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5062= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection );