28 references to EnsureCursor
PresentationCore (28)
System\Windows\Input\Cursors.cs (28)
18return EnsureCursor(CursorType.None); 29return EnsureCursor(CursorType.No); 40return EnsureCursor(CursorType.Arrow); 51return EnsureCursor(CursorType.AppStarting); 62return EnsureCursor(CursorType.Cross); 73return EnsureCursor(CursorType.Help); 84return EnsureCursor(CursorType.IBeam); 95return EnsureCursor(CursorType.SizeAll); 106return EnsureCursor(CursorType.SizeNESW); 117return EnsureCursor(CursorType.SizeNS); 128return EnsureCursor(CursorType.SizeNWSE); 139return EnsureCursor(CursorType.SizeWE); 150return EnsureCursor(CursorType.UpArrow); 161return EnsureCursor(CursorType.Wait); 172return EnsureCursor(CursorType.Hand); 183return EnsureCursor(CursorType.Pen); 194return EnsureCursor(CursorType.ScrollNS); 205return EnsureCursor(CursorType.ScrollWE); 216return EnsureCursor(CursorType.ScrollAll); 227return EnsureCursor(CursorType.ScrollN); 238return EnsureCursor(CursorType.ScrollS); 249return EnsureCursor(CursorType.ScrollW); 260return EnsureCursor(CursorType.ScrollE); 271return EnsureCursor(CursorType.ScrollNW); 282return EnsureCursor(CursorType.ScrollNE); 293return EnsureCursor(CursorType.ScrollSW); 304return EnsureCursor(CursorType.ScrollSE); 315return EnsureCursor(CursorType.ArrowCD);