Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
2 overrides of Dispose
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
150public override void Dispose()
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
397public override void Dispose() {}
10 references to Dispose
PresentationCore (6)
Core\CSharp\System\Windows\Media\FormattedText.cs (6)
943_currentLine.Dispose(); 949_nextLine.Dispose(); 1034_currentLine.Dispose(); 1088_nextLine.Dispose(); 1103_currentLine.Dispose(); 1171line.Dispose();
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
69_line.Dispose();
src\Framework\MS\Internal\PtsHost\Line.cs (1)
81_line.Dispose();
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
124line.Dispose();
src\Framework\MS\Internal\Text\Line.cs (1)
48_line.Dispose();