5 writes to ClientY
Microsoft.AspNetCore.Components.Web (1)
WebEventData\TouchEventArgsReader.cs (1)
102
touchPoint.
ClientY
= property.Value.GetDouble();
Microsoft.AspNetCore.Components.Web.Tests (4)
WebEventData\TouchEventArgsReaderTest.cs (4)
26
ClientY
= 2.9,
40
ClientY
= 22.9,
50
ClientY
= 2.9,
63
ClientY
= 1.9,
3 references to ClientY
Microsoft.AspNetCore.Components.Web (1)
Web\TouchPoint.cs (1)
47
/// Unlike <see cref="
ClientY
"/>, this value includes the vertical scroll offset, if any.
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\TouchEventArgsReaderTest.cs (2)
103
Assert.Equal(expected.
ClientY
, actual.
ClientY
);