1 write to _panel
PresentationFramework (1)
System\Windows\Documents\HighlightVisual.cs (1)
44
_panel
= panel;
3 references to _panel
PresentationFramework (3)
System\Windows\Documents\HighlightVisual.cs (3)
89
if (
_panel
.Highlights.ContainsKey(_page))
91
ArrayList highlights =
_panel
.Highlights[_page];
93
Size pageSize =
_panel
.ComputePageSize(_page);