3 writes to InProcessing
PresentationFramework (3)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
217
_ur.
InProcessing
= true;
318
_ur.
InProcessing
= PTS.ToBoolean(fChangeFirst);
MS\Internal\PtsHost\UpdateRecord.cs (1)
30
InProcessing
= false;
2 references to InProcessing
PresentationFramework (2)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
128
if (_ur != null && _ur.
InProcessing
&& _ur.FirstPara == _firstChild)
209
if (!_ur.
InProcessing
&& _ur.FirstPara != prevParagraph.Next && prevParagraph.Next != null)