1 implementation of IsInterimSelection
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1118bool ITextSelection.IsInterimSelection
3 references to IsInterimSelection
PresentationFramework (3)
System\windows\Documents\TextSelectionHighlightLayer.cs (3)
78if (_selection.IsInterimSelection) 107if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 190if (!_selection.IsInterimSelection)