28 references to EnsureCursor
PresentationCore (28)
Core\CSharp\System\Windows\Input\Cursors.cs (28)
20return EnsureCursor(CursorType.None); 31return EnsureCursor(CursorType.No); 42return EnsureCursor(CursorType.Arrow); 53return EnsureCursor(CursorType.AppStarting); 64return EnsureCursor(CursorType.Cross); 75return EnsureCursor(CursorType.Help); 86return EnsureCursor(CursorType.IBeam); 97return EnsureCursor(CursorType.SizeAll); 108return EnsureCursor(CursorType.SizeNESW); 119return EnsureCursor(CursorType.SizeNS); 130return EnsureCursor(CursorType.SizeNWSE); 141return EnsureCursor(CursorType.SizeWE); 152return EnsureCursor(CursorType.UpArrow); 163return EnsureCursor(CursorType.Wait); 174return EnsureCursor(CursorType.Hand); 185return EnsureCursor(CursorType.Pen); 196return EnsureCursor(CursorType.ScrollNS); 207return EnsureCursor(CursorType.ScrollWE); 218return EnsureCursor(CursorType.ScrollAll); 229return EnsureCursor(CursorType.ScrollN); 240return EnsureCursor(CursorType.ScrollS); 251return EnsureCursor(CursorType.ScrollW); 262return EnsureCursor(CursorType.ScrollE); 273return EnsureCursor(CursorType.ScrollNW); 284return EnsureCursor(CursorType.ScrollNE); 295return EnsureCursor(CursorType.ScrollSW); 306return EnsureCursor(CursorType.ScrollSE); 317return EnsureCursor(CursorType.ArrowCD);