2 writes to _controlBoolField
PresentationFramework (2)
src\Framework\System\Windows\Controls\Control.cs (2)
748_controlBoolField |= reqFlag; 752_controlBoolField &= (~reqFlag);
1 reference to _controlBoolField
PresentationFramework (1)
src\Framework\System\Windows\Controls\Control.cs (1)
741return (_controlBoolField & reqFlag) != 0;