1 write to IsGreater
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
73
this.
IsGreater
= (v1, v2, v3) => (v1 + v2 > v3);
2 references to IsGreater
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
354
if (
IsGreater
(pos.X, size.Width, this.ActualWidth))
358
if (
IsGreater
(pos.Y, size.Height, this.ActualHeight))