5 references to TypeExtensionValueMask
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
1504
if ((serializerTypeId &
TypeExtensionValueMask
) ==
TypeExtensionValueMask
)
1506
serializerTypeId &= (short)(~
TypeExtensionValueMask
);
1644
bool isValueTypeExtension = (extensionId &
TypeExtensionValueMask
) ==
TypeExtensionValueMask
;