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