5 references to TryParseCoordinates
System.Web (5)
HttpRequest.cs (2)
2879
if (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)
407
if (HttpUtility.
TryParseCoordinates
(requestValue, out doubleValue)) {