8 types derived from BamlVariableSizedRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlRecords.cs (8)
1172internal class BamlXmlnsPropertyRecord : BamlVariableSizedRecord 1286internal class BamlPIMappingRecord : BamlVariableSizedRecord 1394internal abstract class BamlStringValueRecord : BamlVariableSizedRecord 2785internal class BamlPropertyCustomRecord : BamlVariableSizedRecord 4388internal class BamlAssemblyInfoRecord : BamlVariableSizedRecord 4512internal class BamlTypeInfoRecord : BamlVariableSizedRecord 4821internal class BamlAttributeInfoRecord : BamlVariableSizedRecord 5217internal class BamlStringInfoRecord : BamlVariableSizedRecord
8 references to BamlVariableSizedRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlRecords.cs (8)
1131BamlVariableSizedRecord newRecord = (BamlVariableSizedRecord)record; 1365= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 2975= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 4457= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4677= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5167= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5312= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection );