4 references to CaretUnitBoundaryCache
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextPointer.cs (4)
4342return (_flags & (uint)Flags.CaretUnitBoundaryCache) == (uint)Flags.CaretUnitBoundaryCache; 4347_flags = (_flags & ~(uint)Flags.CaretUnitBoundaryCache) | (value ? (uint)Flags.CaretUnitBoundaryCache : 0);