1 write to _highlights
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
866
_highlights
= new Dictionary<FixedPage, ArrayList>();
5 references to _highlights
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedDocument.cs (5)
833
return
_highlights
;
1104
foreach (FixedPage page in
_highlights
.Keys)
1109
_highlights
.Clear();
1176
_highlights
, fixedHighlightType, foreground, background);
1200
ICollection<FixedPage> newHighlightPages =
_highlights
.Keys as ICollection<FixedPage>;