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