26        for (
int j = 0; 
j < 
array.GetLength(0); 
j++)
 
   28            for (
int k = 0; 
k < 
array.GetLength(1); 
k++)
 
   35                if (
j < 
array.GetLength(0) - 1)
 
   43                if (
k < 
array.GetLength(1) - 1)
 
 
   88        for (
int k = 
num2; 
k < num; 
k++)
 
 
  109        for (
int i = 0; i < 
num2; i++)
 
  113        for (
int j = 
num2; 
j < num; 
j++)
 
 
  142            for (
int num = 
strip.Length - 1; num >= 0; num--)
 
 
  153            for (
int num = 
strip.Length - 1; num >= 0; num--)
 
 
  175        for (
int j = 0; 
j < currentStrip.Count - 1; 
j++)
 
 
  189        for (
int j = 0; 
j < currentStrip.Count - 1; 
j++)
 
 
 
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
 
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
 
static byte Min(byte val1, byte val2)
 
static double Ceiling(double a)
 
static byte Max(byte val1, byte val2)
 
static Vector2 MouseScreen
 
static void ChangePoint(int PointID)
 
static Dictionary< int, UILinkPoint > Points
 
static void SetPosition(int ID, Vector2 Position)
 
bool GetSnapPoint(out SnapPoint point)
 
Rectangle GetClippingRectangle(SpriteBatch spriteBatch)
 
static float Distance(Vector2 value1, Vector2 value2)
 
void LinkVerticalStrips(UILinkPoint[] stripOnLeft, UILinkPoint[] stripOnRight, int leftStripStartOffset)
 
UILinkPoint TryMakeLinkPoint(ref int id, SnapPoint snap)
 
void CullPointsOutOfElementArea(SpriteBatch spriteBatch, List< SnapPoint > pointsAtMiddle, UIElement container)
 
void TryMovingBackIntoCreativeGridIfOutOfIt(int start, int currentID)
 
List< SnapPoint > GetOrderedPointsByCategoryName(List< SnapPoint > pts, string name)
 
void RemovePointsOutOfView(List< SnapPoint > pts, UIElement containerPanel, SpriteBatch spriteBatch)
 
UILinkPoint[,] CreateUILinkPointGrid(ref int currentID, List< SnapPoint > pointsForGrid, int pointsPerLine, UILinkPoint topLinkPoint, UILinkPoint leftLinkPoint, UILinkPoint rightLinkPoint, UILinkPoint bottomLinkPoint)
 
void PairLeftRight(UILinkPoint leftSide, UILinkPoint rightSide)
 
void LinkHorizontalStripUpSideToSingle(UILinkPoint[] strip, UILinkPoint theSingle)
 
UILinkPoint[] CreateUILinkStripHorizontal(ref int currentID, List< SnapPoint > currentStrip)
 
void PairUpDown(UILinkPoint upSide, UILinkPoint downSide)
 
void LinkVerticalStripBottomSideToSingle(UILinkPoint[] strip, UILinkPoint theSingle)
 
void LinkVerticalStripRightSideToSingle(UILinkPoint[] strip, UILinkPoint theSingle)
 
UILinkPoint[] CreateUILinkStripVertical(ref int currentID, List< SnapPoint > currentStrip)
 
UILinkPoint GetLinkPoint(int id, UIElement element)
 
void LinkHorizontalStripBottomSideToSingle(UILinkPoint[] strip, UILinkPoint theSingle)
 
UILinkPoint MakeLinkPointFromSnapPoint(int id, SnapPoint snap)
 
UILinkPoint[] GetVerticalStripFromCategoryName(ref int currentID, List< SnapPoint > pts, string categoryName)
 
void MoveToVisuallyClosestPoint(int idRangeStartInclusive, int idRangeEndExclusive)
 
void MoveToVisuallyClosestPoint(List< UILinkPoint > lostrefpoints)