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