51 references to RenderScope
PresentationFramework (51)
System\Windows\Controls\Primitives\TextBoxBase.cs (11)
1048Invariant.Assert(this.RenderScope is IScrollInfo); 1051((IScrollInfo)this.RenderScope).MouseWheelUp(); 1055((IScrollInfo)this.RenderScope).MouseWheelDown(); 1477GeneralTransform transform = this.TransformToDescendant(this.RenderScope); 1481if (TextEditor.GetTextView(this.RenderScope).Validate(point)) 1483position = (TextPointer)TextEditor.GetTextView(this.RenderScope).GetTextPositionFromPoint(point, snapToText); 1521if (TextEditor.GetTextView(this.RenderScope).Validate(position)) 1524rect = TextEditor.GetTextView(this.RenderScope).GetRectangleFromTextPosition(position); 1528GeneralTransform transform = this.TransformToDescendant(this.RenderScope); 1604Visual visual = this.RenderScope; 2133var textBoxView = textBoxBase?.RenderScope as TextBoxView;
System\Windows\Controls\RichTextBox.cs (7)
202if (this.RenderScope == null) 409UIElement renderScope = this.RenderScope; 759if (this.RenderScope == null) 778this.RenderScope.ClearValue(FlowDocumentView.WidthProperty); 781this.RenderScope.ClearValue(FrameworkElement.HorizontalAlignmentProperty); 787if (this.RenderScope.HorizontalAlignment != HorizontalAlignment.Stretch) 789this.RenderScope.HorizontalAlignment = HorizontalAlignment.Stretch;
System\Windows\Controls\TextBox.cs (33)
202if (this.RenderScope == null) 230if (this.RenderScope == null) 254if (this.RenderScope == null) 267TextBoxView textboxView = (TextBoxView)this.RenderScope; 285if (this.RenderScope == null) 316if (this.RenderScope == null) 338if (this.RenderScope == null) 343height = ((IScrollInfo)this.RenderScope).ExtentHeight; 361if (this.RenderScope == null) 373this.RenderScope.BringIntoView(rect); 389if (this.RenderScope == null) 907if (this.RenderScope == null) 1017if (this.RenderScope != null) 1030((TextBoxView)this.RenderScope).Remeasure(); 1035((TextBoxView)this.RenderScope).Rerender(); 1138if (this.RenderScope == null) 1405if (this.RenderScope == null) 1426if (this.RenderScope == null) 1440if (TextEditor.GetTextView(this.RenderScope).Validate(point)) 1442textPointer = (TextPointer)TextEditor.GetTextView(this.RenderScope).GetTextPositionFromPoint(point, /* snap to text */ true); 1443textPointer = (TextPointer)TextEditor.GetTextView(this.RenderScope).GetLineRange(textPointer).Start.CreatePointer(textPointer.LogicalDirection); 1455if (this.RenderScope == null) 1469if (TextEditor.GetTextView(this.RenderScope).Validate(point)) 1471textPointer = (TextPointer)TextEditor.GetTextView(this.RenderScope).GetTextPositionFromPoint(point, /* snap to text */ true); 1472textPointer = (TextPointer)TextEditor.GetTextView(this.RenderScope).GetLineRange(textPointer).End.CreatePointer(textPointer.LogicalDirection); 1797if (this.RenderScope == null) 1835if (this.RenderScope == null) 1844RenderScope.ClearValue(MinHeightProperty); 1845RenderScope.ClearValue(MaxHeightProperty); 1852if (MinLines > 1 && RenderScope.MinHeight != value) 1854RenderScope.MinHeight = value; 1859if (MaxLines < Int32.MaxValue && RenderScope.MaxHeight != value) 1861RenderScope.MaxHeight = value;