Implemented interface member:
property
IsValueTypeExtension
System.Windows.Markup.IOptimizedMarkupExtension.IsValueTypeExtension
2 writes to IsValueTypeExtension
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2422IsValueTypeExtension = (extensionTypeId & TypeExtensionValueMask) == TypeExtensionValueMask;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1206bamlPropertyWithExtension.IsValueTypeExtension = isValueTypeExtension;
1 reference to IsValueTypeExtension
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2431if (IsValueTypeExtension)