3 writes to InProcessing
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (2)
240
_ur.
InProcessing
= true;
342
_ur.
InProcessing
= PTS.ToBoolean(fChangeFirst);
src\Framework\MS\Internal\PtsHost\UpdateRecord.cs (1)
37
InProcessing
= false;
2 references to InProcessing
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (2)
151
if (_ur != null && _ur.
InProcessing
&& _ur.FirstPara == _firstChild)
232
if (!_ur.
InProcessing
&& _ur.FirstPara != prevParagraph.Next && prevParagraph.Next != null)