3 references to _sharedSetSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
1760return _flags[_sharedSetSection] == 1 ? true : false; 1765_flags[_sharedSetSection] = value ? 1 : 0; 1781get { return _sharedSetSection; }