3 writes to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2336_extensionTypeId = (short)(extensionTypeId & ExtensionIdMask); 2365newRecord._extensionTypeId = _extensionTypeId; 2394_extensionTypeId = value;
3 references to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2365newRecord._extensionTypeId = _extensionTypeId; 2389get { return _extensionTypeId; } 2447$"{RecordType} attr({_attributeId}) extn({_extensionTypeId}) valueId({_valueId})");