1 write to _flags
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1622_flags = value ? (_flags | flags) : (_flags & (~flags));
3 references to _flags
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
1622_flags = value ? (_flags | flags) : (_flags & (~flags)); 1628return ((_flags & flags) == flags);