2 writes to _position
PresentationFramework (2)
System\Windows\Documents\SpellerStatusTable.cs (2)
798_position = position.GetFrozenPointer(LogicalDirection.Backward); 805set { _position = value; }
1 reference to _position
PresentationFramework (1)
System\Windows\Documents\SpellerStatusTable.cs (1)
804get { return _position; }