3 writes to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2330_extensionTypeId = (short)(extensionTypeId & ExtensionIdMask); 2359newRecord._extensionTypeId = _extensionTypeId; 2388_extensionTypeId = value;
3 references to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2359newRecord._extensionTypeId = _extensionTypeId; 2383get { return _extensionTypeId; } 2441$"{RecordType} attr({_attributeId}) extn({_extensionTypeId}) valueId({_valueId})");