3 references to _isInternalSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
5138
return _flags[
_isInternalSection
] == 1 ? true : false;
5143
_flags[
_isInternalSection
] = value ? 1 : 0;
5170
= BitVector32.CreateSection( 3,
_isInternalSection
);