Implemented interface member:
2 overrides of Dispose
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
131public override void Dispose()
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
383public override void Dispose() {}
10 references to Dispose
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
896_currentLine.Dispose(); 902_nextLine.Dispose(); 986_currentLine.Dispose(); 1040_nextLine.Dispose(); 1054_currentLine.Dispose(); 1121line.Dispose();
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
59_line.Dispose();
MS\Internal\PtsHost\Line.cs (1)
61_line?.Dispose();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
112line.Dispose();
MS\Internal\Text\Line.cs (1)
37_line.Dispose();