3 overrides of UpdGetParaChange
PresentationFramework (3)
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
57internal override void UpdGetParaChange(
MS\Internal\PtsHost\RowParagraph.cs (1)
90internal override void UpdGetParaChange(
MS\Internal\PtsHost\TableParagraph.cs (1)
418internal override void UpdGetParaChange(
4 references to UpdGetParaChange
PresentationFramework (4)
MS\Internal\PtsHost\PtsHost.cs (2)
683para.UpdGetParaChange(out fskch, out fNoFurtherChanges); 2126para.UpdGetParaChange(out fskchObject, out fIgnore);
MS\Internal\PtsHost\RowParagraph.cs (1)
94base.UpdGetParaChange(out fskch, out fNoFurtherChanges);
MS\Internal\PtsHost\TableParagraph.cs (1)
422base.UpdGetParaChange(out fskch, out fNoFurtherChanges);