Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 25, 2017 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/af11ecf19c1c8e1484331701e53f3a77 to your computer and use it in GitHub Desktop.
Save bjoerntx/af11ecf19c1c8e1484331701e53f3a77 to your computer and use it in GitHub Desktop.
if (textElement.TryGetCurrentPattern(
TextPattern.Pattern, out textPattern))
{
TextPatternRange currentSelection = ((TextPattern)textPattern).DocumentRange;
currentSelection.Select();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment