Implemented interface member:
2 overrides of Dispose
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
132
public override void
Dispose
()
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
384
public 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
();
1124
line.
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)
113
line.
Dispose
();
MS\Internal\Text\Line.cs (1)
38
_line.
Dispose
();