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