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