8 types derived from BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1149internal class BamlXmlnsPropertyRecord : BamlVariableSizedRecord 1256internal class BamlPIMappingRecord : BamlVariableSizedRecord 1357internal abstract class BamlStringValueRecord : BamlVariableSizedRecord 2685internal class BamlPropertyCustomRecord : BamlVariableSizedRecord 4149internal class BamlAssemblyInfoRecord : BamlVariableSizedRecord 4267internal class BamlTypeInfoRecord : BamlVariableSizedRecord 4565internal class BamlAttributeInfoRecord : BamlVariableSizedRecord 4955internal class BamlStringInfoRecord : BamlVariableSizedRecord
8 references to BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1112BamlVariableSizedRecord newRecord = (BamlVariableSizedRecord)record; 1332= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 2875= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 4216= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4429= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4910= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5049= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection );