1 write to _panel
PresentationFramework (1)
System\Windows\Documents\HighlightVisual.cs (1)
34
_panel
= panel;
3 references to _panel
PresentationFramework (3)
System\Windows\Documents\HighlightVisual.cs (3)
79
if (
_panel
.Highlights.ContainsKey(_page))
81
ArrayList highlights =
_panel
.Highlights[_page];
83
Size pageSize =
_panel
.ComputePageSize(_page);