Implemented interface member:
16 overrides of Dispose
PresentationFramework (16)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
43public override void Dispose()
MS\Internal\PtsHost\FigureParaClient.cs (1)
38public override void Dispose()
MS\Internal\PtsHost\FigureParagraph.cs (1)
48public override void Dispose()
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
37public override void Dispose()
MS\Internal\PtsHost\FloaterParaClient.cs (1)
48public override void Dispose()
MS\Internal\PtsHost\Line.cs (1)
56public override void Dispose()
MS\Internal\PtsHost\LineBreakRecord.cs (1)
33public override void Dispose()
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
35public override void Dispose() 93public override void Dispose()
MS\Internal\PtsHost\OptimalTextSource.cs (1)
62public override void Dispose()
MS\Internal\PtsHost\RowParagraph.cs (1)
42public override void Dispose()
MS\Internal\PtsHost\Section.cs (1)
49public override void Dispose()
MS\Internal\PtsHost\SubpageParaClient.cs (1)
42public override void Dispose()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
40public override void Dispose()
MS\Internal\PtsHost\TableParagraph.cs (1)
37public override void Dispose()
MS\Internal\PtsHost\TextParagraph.cs (1)
55public override void Dispose()
60 references to Dispose
PresentationFramework (60)
MS\Internal\PtsHost\CellParaClient.cs (3)
199mcs.Dispose(); 249mcs.Dispose(); 296mcs.Dispose();
MS\Internal\PtsHost\ContainerParagraph.cs (12)
50para.Dispose(); 55base.Dispose(); 118paraInvalid.Dispose(); 538mcsContainer.Dispose(); 586mcsContainer.Dispose(); 680mcsContainer.Dispose(); 705mcsContainer.Dispose(); 810mcsContainer.Dispose(); 835mcsContainer.Dispose(); 910para.Dispose(); 952para.Dispose(); 1200paraInvalid.Dispose();
MS\Internal\PtsHost\EmbeddedObject.cs (1)
88Para.Dispose();
MS\Internal\PtsHost\FigureParaClient.cs (1)
48base.Dispose();
MS\Internal\PtsHost\FigureParagraph.cs (5)
50base.Dispose(); 54_mainTextSegment.Dispose(); 203mcs.Dispose(); 243mcs.Dispose(); 433_mainTextSegment.Dispose();
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
39base.Dispose();
MS\Internal\PtsHost\FloaterParaClient.cs (1)
52base.Dispose();
MS\Internal\PtsHost\FloaterParagraph.cs (6)
58_mainTextSegment.Dispose(); 283mcs.Dispose(); 308mcs.Dispose(); 455mcs.Dispose(); 478mcs.Dispose(); 607_mainTextSegment.Dispose();
MS\Internal\PtsHost\Line.cs (1)
69base.Dispose();
MS\Internal\PtsHost\LineBreakRecord.cs (1)
37base.Dispose();
MS\Internal\PtsHost\ListParaClient.cs (1)
119listMarkerLine.Dispose();
MS\Internal\PtsHost\MarginCollapsingState.cs (2)
53mcsNew.Dispose(); 59mcsNew.Dispose();
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
49base.Dispose(); 97base.Dispose();
MS\Internal\PtsHost\OptimalTextSource.cs (1)
64base.Dispose();
MS\Internal\PtsHost\PtsHost.cs (3)
785paraClient.Dispose(); 996mcs.Dispose(); 1645unmanagedHandle.Dispose();
MS\Internal\PtsHost\RowParagraph.cs (1)
53base.Dispose();
MS\Internal\PtsHost\Section.cs (2)
52base.Dispose(); 453_mainTextSegment.Dispose();
MS\Internal\PtsHost\SubpageParaClient.cs (1)
52base.Dispose();
MS\Internal\PtsHost\SubpageParagraph.cs (9)
42base.Dispose(); 46_mainTextSegment.Dispose(); 179mcsSubpage.Dispose(); 288mcsSubpage.Dispose(); 358mcsSubpage.Dispose(); 417mcsSubpage.Dispose(); 518mcsSubpage.Dispose(); 576mcsSubpage.Dispose(); 650_mainTextSegment.Dispose();
MS\Internal\PtsHost\TableParagraph.cs (4)
46para.Dispose(); 52base.Dispose(); 100mcsOut.Dispose(); 537paraInvalid.Dispose();
MS\Internal\PtsHost\TextParagraph.cs (1)
75base.Dispose();
MS\Internal\PtsHost\UIElementParagraph.cs (1)
124mcsNew?.Dispose();