1 write to _highlights
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
828_highlights = new Dictionary<FixedPage, ArrayList>();
5 references to _highlights
PresentationFramework (5)
System\Windows\Documents\FixedDocument.cs (5)
795return _highlights; 1059foreach (FixedPage page in _highlights.Keys) 1064_highlights.Clear(); 1130_highlights, fixedHighlightType, foreground, background); 1153ICollection<FixedPage> newHighlightPages = _highlights.Keys as ICollection<FixedPage>;