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)
256
return ((
_status
& flags) == flags);