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