8 types derived from BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1148internal class BamlXmlnsPropertyRecord : BamlVariableSizedRecord 1255internal class BamlPIMappingRecord : BamlVariableSizedRecord 1356internal abstract class BamlStringValueRecord : BamlVariableSizedRecord 2684internal class BamlPropertyCustomRecord : BamlVariableSizedRecord 4148internal class BamlAssemblyInfoRecord : BamlVariableSizedRecord 4266internal class BamlTypeInfoRecord : BamlVariableSizedRecord 4564internal class BamlAttributeInfoRecord : BamlVariableSizedRecord 4954internal class BamlStringInfoRecord : BamlVariableSizedRecord
8 references to BamlVariableSizedRecord
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (8)
1111BamlVariableSizedRecord newRecord = (BamlVariableSizedRecord)record; 1331= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 2874= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 4215= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4428= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4909= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5048= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection );