3 writes to InProcessing
PresentationFramework (3)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
218
_ur.
InProcessing
= true;
319
_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)
129
if (_ur != null && _ur.
InProcessing
&& _ur.FirstPara == _firstChild)
210
if (!_ur.
InProcessing
&& _ur.FirstPara != prevParagraph.Next && prevParagraph.Next != null)