1 write to _attributeId
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
5703
_attributeId
= attributeId;
3 references to _attributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
5709
_dependencyProperty = _reader.MapTable.GetDependencyProperty(
_attributeId
);
5734
_reader.MapTable.GetAttributeInfoFromId(
_attributeId
, out ownerTypeId, out name, out attributeUsage);
5753
_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(
_attributeId
);