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