3 writes to InProcessing
PresentationFramework (3)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
236
_ur.
InProcessing
= true;
337
_ur.
InProcessing
= PTS.ToBoolean(fChangeFirst);
MS\Internal\PtsHost\UpdateRecord.cs (1)
34
InProcessing
= false;
2 references to InProcessing
PresentationFramework (2)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
147
if (_ur != null && _ur.
InProcessing
&& _ur.FirstPara == _firstChild)
228
if (!_ur.
InProcessing
&& _ur.FirstPara != prevParagraph.Next && prevParagraph.Next != null)