1 implementation of IsInterimSelection
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1102
bool ITextSelection.
IsInterimSelection
3 references to IsInterimSelection
PresentationFramework (3)
System\windows\Documents\TextSelectionHighlightLayer.cs (3)
77
if (_selection.
IsInterimSelection
)
106
if (!IsTextRangeEmpty(_selection) && !_selection.
IsInterimSelection
)
189
if (!_selection.
IsInterimSelection
)