8 types derived from BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1155internal class BamlXmlnsPropertyRecord : BamlVariableSizedRecord 1262internal class BamlPIMappingRecord : BamlVariableSizedRecord 1363internal abstract class BamlStringValueRecord : BamlVariableSizedRecord 2691internal class BamlPropertyCustomRecord : BamlVariableSizedRecord 4155internal class BamlAssemblyInfoRecord : BamlVariableSizedRecord 4273internal class BamlTypeInfoRecord : BamlVariableSizedRecord 4571internal class BamlAttributeInfoRecord : BamlVariableSizedRecord 4962internal class BamlStringInfoRecord : BamlVariableSizedRecord
8 references to BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1118BamlVariableSizedRecord newRecord = (BamlVariableSizedRecord)record; 1338= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 2881= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 4222= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4435= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4917= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5056= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection );