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)
896
_currentLine.
Dispose
();
902
_nextLine.
Dispose
();
986
_currentLine.
Dispose
();
1040
_nextLine.
Dispose
();
1054
_currentLine.
Dispose
();
1121
line.
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)
112
line.
Dispose
();
MS\Internal\Text\Line.cs (1)
37
_line.
Dispose
();