3 references to _attributeUsageSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4904return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4909_flags[_attributeUsageSection] = (int) value; 4926get { return _attributeUsageSection; }