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