1 write to _panel
PresentationFramework (1)
src\Framework\System\Windows\Documents\HighlightVisual.cs (1)
47
_panel
= panel;
3 references to _panel
PresentationFramework (3)
src\Framework\System\Windows\Documents\HighlightVisual.cs (3)
92
if (
_panel
.Highlights.ContainsKey(_page))
94
ArrayList highlights =
_panel
.Highlights[_page];
96
Size pageSize =
_panel
.ComputePageSize(_page);