3 writes to InProcessing
PresentationFramework (3)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
231
_ur.
InProcessing
= true;
332
_ur.
InProcessing
= PTS.ToBoolean(fChangeFirst);
MS\Internal\PtsHost\UpdateRecord.cs (1)
31
InProcessing
= false;
2 references to InProcessing
PresentationFramework (2)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
142
if (_ur != null && _ur.
InProcessing
&& _ur.FirstPara == _firstChild)
223
if (!_ur.
InProcessing
&& _ur.FirstPara != prevParagraph.Next && prevParagraph.Next != null)