Implemented interface member:
2 overrides of Dispose
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
131
public override void
Dispose
()
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
383
public override void
Dispose
() {}
10 references to Dispose
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
893
_currentLine?.
Dispose
();
895
_nextLine?.
Dispose
();
978
_currentLine.
Dispose
();
1030
_nextLine?.
Dispose
();
1043
_currentLine.
Dispose
();
1110
line.
Dispose
();
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
57
_line?.
Dispose
();
MS\Internal\PtsHost\Line.cs (1)
61
_line?.
Dispose
();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
112
line.
Dispose
();
MS\Internal\Text\Line.cs (1)
35
_line?.
Dispose
();