5 references to TryParseCoordinates
System.Web (5)
HttpRequest.cs (2)
2879if (x != null && y != null && HttpUtility.TryParseCoordinates(x, out xVal) && HttpUtility.TryParseCoordinates(y, out yVal)) {
UI\Page.cs (2)
2175_scrollPositionX = HttpUtility.TryParseCoordinates(xpos, out doubleValue) ? (int)doubleValue : 0 ; 2179_scrollPositionY = HttpUtility.TryParseCoordinates(ypos, out doubleValue) ? (int)doubleValue : 0 ;
UI\WebControls\ImageButton.cs (1)
407if (HttpUtility.TryParseCoordinates(requestValue, out doubleValue)) {