10 references to PageIndex
PresentationFramework (10)
System\Windows\Documents\FixedTextView.cs (10)
97FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, im), 0); 104FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, p), 0); 191if (fixedp.Page != this.PageIndex) 347&& fixedp.Page != this.PageIndex ) 732FlowPosition flowStart = Container.FixedTextBuilder.GetPageStartFlowPosition(this.PageIndex); 745FlowPosition flowEnd = Container.FixedTextBuilder.GetPageEndFlowPosition(this.PageIndex); 813FixedNode[] fixedNodes = Container.FixedTextBuilder.GetLine(this.PageIndex, point); 1103this.Container.GetPageNumber(nav) == this.PageIndex) 1142if (this.Container.GetPageNumber(nav) == this.PageIndex) 1184FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, g), charIndex);