10 references to PageIndex
PresentationFramework (10)
System\Windows\Documents\FixedTextView.cs (10)
106FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, im), 0); 114FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, p), 0); 201if (fixedp.Page != this.PageIndex) 358&& fixedp.Page != this.PageIndex ) 745FlowPosition flowStart = Container.FixedTextBuilder.GetPageStartFlowPosition(this.PageIndex); 758FlowPosition flowEnd = Container.FixedTextBuilder.GetPageEndFlowPosition(this.PageIndex); 826FixedNode[] fixedNodes = Container.FixedTextBuilder.GetLine(this.PageIndex, point); 1119this.Container.GetPageNumber(nav) == this.PageIndex) 1158if (this.Container.GetPageNumber(nav) == this.PageIndex) 1203FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, g), charIndex);