1 write to _flags
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3550_flags = value ? (_flags | flags) : (_flags & (~flags));
3 references to _flags
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
3550_flags = value ? (_flags | flags) : (_flags & (~flags)); 3558return ((_flags & flags) == flags);