2 writes to _cpInterrupted
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
54_cpInterrupted = -1; 171internal int CPInterrupted { get { return _cpInterrupted; } set { _cpInterrupted = value; } }
1 reference to _cpInterrupted
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
171internal int CPInterrupted { get { return _cpInterrupted; } set { _cpInterrupted = value; } }