6 writes to _cursorHandle
PresentationCore (6)
System\Windows\Input\Cursor.cs (6)
95
this.
_cursorHandle
= cursorHandle ;
120
_cursorHandle
= null;
163
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
240
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
286
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
309
_cursorHandle
= SafeNativeMethods.LoadCursor(new HandleRef(this,IntPtr.Zero), (IntPtr)(CursorTypes[(int)cursorType]));
8 references to _cursorHandle
PresentationCore (8)
System\Windows\Input\Cursor.cs (8)
119
_cursorHandle
?.Dispose();
143
return
_cursorHandle
?? NativeMethods.CursorHandle.GetInvalidCursor();
172
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
247
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
293
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)