1 write to _highlights
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
839_highlights = new Dictionary<FixedPage, ArrayList>();
5 references to _highlights
PresentationFramework (5)
System\Windows\Documents\FixedDocument.cs (5)
806return _highlights; 1068foreach (FixedPage page in _highlights.Keys) 1073_highlights.Clear(); 1139_highlights, fixedHighlightType, foreground, background); 1162ICollection<FixedPage> newHighlightPages = _highlights.Keys as ICollection<FixedPage>;