7 types derived from BamlStringValueRecord
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlRecords.cs (7)
1691internal class BamlDefAttributeKeyStringRecord : BamlStringValueRecord, IBamlDictionaryKey 1889internal class BamlDefAttributeRecord : BamlStringValueRecord 1984internal class BamlPresentationOptionsAttributeRecord : BamlStringValueRecord 2339internal class BamlPropertyRecord : BamlStringValueRecord 3228internal class BamlRoutedEventRecord : BamlStringValueRecord 3289internal class BamlLiteralContentRecord : BamlStringValueRecord 4052internal class BamlTextRecord : BamlStringValueRecord
3 references to BamlStringValueRecord
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
1418BamlStringValueRecord newRecord = (BamlStringValueRecord)record; 1808= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection );