1 implementation of GetUIElementSelected
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
187
UIElement ITextRange.
GetUIElementSelected
()
2 references to GetUIElementSelected
PresentationFramework (2)
System\windows\Documents\TextEditorCopyPaste.cs (1)
138
Image image = This.Selection.
GetUIElementSelected
() as Image;
System\Windows\Documents\TextRange.cs (1)
881
return ((ITextRange)this).
GetUIElementSelected
();