1 write to _highlights
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
827
_highlights
= new Dictionary<FixedPage, ArrayList>();
5 references to _highlights
PresentationFramework (5)
System\Windows\Documents\FixedDocument.cs (5)
794
return
_highlights
;
1058
foreach (FixedPage page in
_highlights
.Keys)
1063
_highlights
.Clear();
1129
_highlights
, fixedHighlightType, foreground, background);
1152
ICollection<FixedPage> newHighlightPages =
_highlights
.Keys as ICollection<FixedPage>;