1 implementation of IsInterimSelection
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1121bool ITextSelection.IsInterimSelection
3 references to IsInterimSelection
PresentationFramework (3)
System\windows\Documents\TextSelectionHighlightLayer.cs (3)
80if (_selection.IsInterimSelection) 109if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 192if (!_selection.IsInterimSelection)