2 overrides of CreateRenderScope
PresentationFramework (2)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
327internal override FrameworkElement CreateRenderScope()
src\Framework\System\Windows\Controls\TextBox.cs (1)
1113internal override FrameworkElement CreateRenderScope()
1 reference to CreateRenderScope
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2000FrameworkElement renderScope = CreateRenderScope();