1 implementation of IsInterimSelection
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1124bool ITextSelection.IsInterimSelection
3 references to IsInterimSelection
PresentationFramework (3)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (3)
85if (_selection.IsInterimSelection) 115if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 198if (!_selection.IsInterimSelection)