10 references to PageIndex
PresentationFramework (10)
System\Windows\Documents\FixedTextView.cs (10)
96FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, im), 0); 103FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, p), 0); 190if (fixedp.Page != this.PageIndex) 346&& fixedp.Page != this.PageIndex ) 731FlowPosition flowStart = Container.FixedTextBuilder.GetPageStartFlowPosition(this.PageIndex); 744FlowPosition flowEnd = Container.FixedTextBuilder.GetPageEndFlowPosition(this.PageIndex); 812FixedNode[] fixedNodes = Container.FixedTextBuilder.GetLine(this.PageIndex, point); 1102this.Container.GetPageNumber(nav) == this.PageIndex) 1141if (this.Container.GetPageNumber(nav) == this.PageIndex) 1183FixedPosition fixedp = new FixedPosition(this.FixedPage.CreateFixedNode(this.PageIndex, g), charIndex);