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