2 writes to _tabItemBoolFieldStore
PresentationFramework (2)
src\Framework\System\Windows\Controls\TabItem.cs (2)
521_tabItemBoolFieldStore |= field; 525_tabItemBoolFieldStore &= (~field);
1 reference to _tabItemBoolFieldStore
PresentationFramework (1)
src\Framework\System\Windows\Controls\TabItem.cs (1)
514return (_tabItemBoolFieldStore & field) != 0;