28 references to EnsureCursor
PresentationCore (28)
System\Windows\Input\Cursors.cs (28)
19return EnsureCursor(CursorType.None); 30return EnsureCursor(CursorType.No); 41return EnsureCursor(CursorType.Arrow); 52return EnsureCursor(CursorType.AppStarting); 63return EnsureCursor(CursorType.Cross); 74return EnsureCursor(CursorType.Help); 85return EnsureCursor(CursorType.IBeam); 96return EnsureCursor(CursorType.SizeAll); 107return EnsureCursor(CursorType.SizeNESW); 118return EnsureCursor(CursorType.SizeNS); 129return EnsureCursor(CursorType.SizeNWSE); 140return EnsureCursor(CursorType.SizeWE); 151return EnsureCursor(CursorType.UpArrow); 162return EnsureCursor(CursorType.Wait); 173return EnsureCursor(CursorType.Hand); 184return EnsureCursor(CursorType.Pen); 195return EnsureCursor(CursorType.ScrollNS); 206return EnsureCursor(CursorType.ScrollWE); 217return EnsureCursor(CursorType.ScrollAll); 228return EnsureCursor(CursorType.ScrollN); 239return EnsureCursor(CursorType.ScrollS); 250return EnsureCursor(CursorType.ScrollW); 261return EnsureCursor(CursorType.ScrollE); 272return EnsureCursor(CursorType.ScrollNW); 283return EnsureCursor(CursorType.ScrollNE); 294return EnsureCursor(CursorType.ScrollSW); 305return EnsureCursor(CursorType.ScrollSE); 316return EnsureCursor(CursorType.ArrowCD);