1 write to _panel
PresentationFramework (1)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
619
_panel
= dp.Owner;
5 references to _panel
PresentationFramework (5)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (5)
139
Size pageSize =
_panel
.ComputePageSize(_page);
374
FixedNode[] nodesInLine =
_panel
.FixedContainer.FixedTextBuilder.GetFirstLine(_pageIndex);
415
nodesInLine =
_panel
.FixedContainer.FixedTextBuilder.GetNextLine(nodesInLine[0], true, ref count);
433
FlowPosition flowHit =
_panel
.FixedContainer.FixedTextBuilder.CreateFlowPosition(fixedPosition);
707
get { return _page != null &&
_panel
!= null && !_selectionRect.IsEmpty; }