28 references to EnsureCursor
PresentationCore (28)
System\Windows\Input\Cursors.cs (28)
23return EnsureCursor(CursorType.None); 34return EnsureCursor(CursorType.No); 45return EnsureCursor(CursorType.Arrow); 56return EnsureCursor(CursorType.AppStarting); 67return EnsureCursor(CursorType.Cross); 78return EnsureCursor(CursorType.Help); 89return EnsureCursor(CursorType.IBeam); 100return EnsureCursor(CursorType.SizeAll); 111return EnsureCursor(CursorType.SizeNESW); 122return EnsureCursor(CursorType.SizeNS); 133return EnsureCursor(CursorType.SizeNWSE); 144return EnsureCursor(CursorType.SizeWE); 155return EnsureCursor(CursorType.UpArrow); 166return EnsureCursor(CursorType.Wait); 177return EnsureCursor(CursorType.Hand); 188return EnsureCursor(CursorType.Pen); 199return EnsureCursor(CursorType.ScrollNS); 210return EnsureCursor(CursorType.ScrollWE); 221return EnsureCursor(CursorType.ScrollAll); 232return EnsureCursor(CursorType.ScrollN); 243return EnsureCursor(CursorType.ScrollS); 254return EnsureCursor(CursorType.ScrollW); 265return EnsureCursor(CursorType.ScrollE); 276return EnsureCursor(CursorType.ScrollNW); 287return EnsureCursor(CursorType.ScrollNE); 298return EnsureCursor(CursorType.ScrollSW); 309return EnsureCursor(CursorType.ScrollSE); 320return EnsureCursor(CursorType.ArrowCD);