3 writes to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2342_extensionTypeId = (short)(extensionTypeId & ExtensionIdMask); 2371newRecord._extensionTypeId = _extensionTypeId; 2400_extensionTypeId = value;
3 references to _extensionTypeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2371newRecord._extensionTypeId = _extensionTypeId; 2395get { return _extensionTypeId; } 2453$"{RecordType} attr({_attributeId}) extn({_extensionTypeId}) valueId({_valueId})");