1 write to _panel
PresentationFramework (1)
System\Windows\Documents\RubberbandSelector.cs (1)
511_panel = dp.Owner;
5 references to _panel
PresentationFramework (5)
System\Windows\Documents\RubberbandSelector.cs (5)
114Size pageSize = _panel.ComputePageSize(_page); 266FixedNode[] nodesInLine = _panel.FixedContainer.FixedTextBuilder.GetFirstLine(_pageIndex); 307nodesInLine = _panel.FixedContainer.FixedTextBuilder.GetNextLine(nodesInLine[0], true, ref count); 325FlowPosition flowHit = _panel.FixedContainer.FixedTextBuilder.CreateFlowPosition(fixedPosition); 599get { return _page != null && _panel != null && !_selectionRect.IsEmpty; }