public static bool GetKeepInteriorCornersSquare(AutoSuggestBox autoSuggestBox)
 {
     return((bool)autoSuggestBox.GetValue(KeepInteriorCornersSquareProperty));
 }