8 references to GetGravityInternal
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextPointer.cs (8)
269InitializeOffset(textPointer, 0, textPointer.GetGravityInternal()); 280InitializeOffset(position, offset, position.GetGravityInternal()); 1553return GetGravityInternal(); 2217if (GetGravityInternal() != direction) 2296Invariant.Assert(GetGravityInternal() == direction, "Inconsistent position gravity"); 3036if (GetGravityInternal() == LogicalDirection.Forward) 4130RepositionForGravity(ref node, ref edge, GetGravityInternal()); 4167if (GetGravityInternal() == LogicalDirection.Forward)