Implemented interface member:
2 overrides of Dispose
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
132public override void Dispose()
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
384public override void Dispose() {}
10 references to Dispose
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
897_currentLine.Dispose(); 903_nextLine.Dispose(); 987_currentLine.Dispose(); 1041_nextLine.Dispose(); 1056_currentLine.Dispose(); 1124line.Dispose();
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
60_line.Dispose();
MS\Internal\PtsHost\Line.cs (1)
64_line.Dispose();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
113line.Dispose();
MS\Internal\Text\Line.cs (1)
38_line.Dispose();