2 writes to _tabItemBoolFieldStore
PresentationFramework (2)
System\Windows\Controls\TabItem.cs (2)
527_tabItemBoolFieldStore |= field; 531_tabItemBoolFieldStore &= (~field);
1 reference to _tabItemBoolFieldStore
PresentationFramework (1)
System\Windows\Controls\TabItem.cs (1)
520return (_tabItemBoolFieldStore & field) != 0;