1 implementation of GetUIElementSelected
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
177UIElement ITextRange.GetUIElementSelected()
2 references to GetUIElementSelected
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
176Image image = This.Selection.GetUIElementSelected() as Image;
src\Framework\System\Windows\Documents\TextRange.cs (1)
877return ((ITextRange)this).GetUIElementSelected();