13 references to IsAtInsertionPosition
PresentationFramework (13)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
665
get { return TextPointerBase.
IsAtInsertionPosition
(this); }
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (4)
536
if (expandStart && !TextPointerBase.
IsAtInsertionPosition
(_start))
540
if (expandEnd && !TextPointerBase.
IsAtInsertionPosition
(_end))
742
if (!TextPointerBase.
IsAtInsertionPosition
(position))
1452
if (!TextPointerBase.
IsAtInsertionPosition
(position))
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
399
get { return TextPointerBase.
IsAtInsertionPosition
(this); }
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
625
get { return TextPointerBase.
IsAtInsertionPosition
(this); }
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
469
get { return TextPointerBase.
IsAtInsertionPosition
(this); }
src\Framework\System\Windows\Documents\TextPointer.cs (1)
1588
return TextPointerBase.
IsAtInsertionPosition
(this);
src\Framework\System\Windows\Documents\TextPointerBase.cs (3)
974
if (!
IsAtInsertionPosition
(thisNavigator))
1015
while (!
IsAtInsertionPosition
(thisNavigator));
1032
&& !
IsAtInsertionPosition
(thisNavigator))
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
719
if (!TextPointerBase.
IsAtInsertionPosition
(position))