Implemented interface member:
property
IsValueTypeExtension
System.Windows.Markup.IOptimizedMarkupExtension.IsValueTypeExtension
2 writes to IsValueTypeExtension
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2343IsValueTypeExtension = (extensionTypeId & TypeExtensionValueMask) == TypeExtensionValueMask;
System\Windows\Markup\BamlRecordWriter.cs (1)
1197bamlPropertyWithExtension.IsValueTypeExtension = isValueTypeExtension;
1 reference to IsValueTypeExtension
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2352if (IsValueTypeExtension)