3 writes to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2329_extensionTypeId = (short)(extensionTypeId & ExtensionIdMask); 2358newRecord._extensionTypeId = _extensionTypeId; 2387_extensionTypeId = value;
3 references to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2358newRecord._extensionTypeId = _extensionTypeId; 2382get { return _extensionTypeId; } 2440$"{RecordType} attr({_attributeId}) extn({_extensionTypeId}) valueId({_valueId})");