1 write to _panel
PresentationFramework (1)
System\Windows\Documents\HighlightVisual.cs (1)
33
_panel
= panel;
3 references to _panel
PresentationFramework (3)
System\Windows\Documents\HighlightVisual.cs (3)
78
if (
_panel
.Highlights.ContainsKey(_page))
80
ArrayList highlights =
_panel
.Highlights[_page];
82
Size pageSize =
_panel
.ComputePageSize(_page);