2 writes to _status
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
261_status |= flags; 266_status &= (~flags);
1 reference to _status
PresentationFramework (1)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (1)
256return ((_status & flags) == flags);