1 write to _flags
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
1827_flags = value ? (_flags | flags) : (_flags & (~flags));
3 references to _flags
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRange.cs (3)
1827_flags = value ? (_flags | flags) : (_flags & (~flags)); 1833return ((_flags & flags) == flags);