3 overrides of UpdGetParaChange
PresentationFramework (3)
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
70internal override void UpdGetParaChange(
MS\Internal\PtsHost\RowParagraph.cs (1)
94internal override void UpdGetParaChange(
MS\Internal\PtsHost\TableParagraph.cs (1)
431internal override void UpdGetParaChange(
4 references to UpdGetParaChange
PresentationFramework (4)
MS\Internal\PtsHost\PtsHost.cs (2)
697para.UpdGetParaChange(out fskch, out fNoFurtherChanges); 2148para.UpdGetParaChange(out fskchObject, out fIgnore);
MS\Internal\PtsHost\RowParagraph.cs (1)
98base.UpdGetParaChange(out fskch, out fNoFurtherChanges);
MS\Internal\PtsHost\TableParagraph.cs (1)
435base.UpdGetParaChange(out fskch, out fNoFurtherChanges);