4 references to IsInInterimState
PresentationFramework (4)
src\Framework\System\windows\Documents\CaretElement.cs (4)
339
scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (
IsInInterimState
? _interimWidth : _systemCaretWidth), _height);
646
Invariant.Assert(!(_italic && this.
IsInInterimState
), "Assert !(_italic && IsInInterimState)");
677
if (this.
IsInInterimState
|| _systemCaretWidth > DefaultNarrowCaretWidth)
684
if (this.
IsInInterimState
)