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)
833return _highlights; 1104foreach (FixedPage page in _highlights.Keys) 1109_highlights.Clear(); 1176_highlights, fixedHighlightType, foreground, background); 1200ICollection<FixedPage> newHighlightPages = _highlights.Keys as ICollection<FixedPage>;