3 overrides of UpdGetParaChange
PresentationFramework (3)
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
56internal override void UpdGetParaChange(
MS\Internal\PtsHost\RowParagraph.cs (1)
89internal override void UpdGetParaChange(
MS\Internal\PtsHost\TableParagraph.cs (1)
417internal override void UpdGetParaChange(
4 references to UpdGetParaChange
PresentationFramework (4)
MS\Internal\PtsHost\PtsHost.cs (2)
682para.UpdGetParaChange(out fskch, out fNoFurtherChanges); 2125para.UpdGetParaChange(out fskchObject, out fIgnore);
MS\Internal\PtsHost\RowParagraph.cs (1)
93base.UpdGetParaChange(out fskch, out fNoFurtherChanges);
MS\Internal\PtsHost\TableParagraph.cs (1)
421base.UpdGetParaChange(out fskch, out fNoFurtherChanges);