3 references to _attributeUsageSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
5154return (BamlAttributeUsage) _flags[_attributeUsageSection]; 5159_flags[_attributeUsageSection] = (int) value; 5176get { return _attributeUsageSection; }