6 writes to _cursorHandle
PresentationCore (6)
System\Windows\Input\Cursor.cs (6)
96
this.
_cursorHandle
= cursorHandle ;
123
_cursorHandle
= null;
169
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
246
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
292
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
315
_cursorHandle
= SafeNativeMethods.LoadCursor(new HandleRef(this,IntPtr.Zero), (IntPtr)(CursorTypes[(int)cursorType]));
9 references to _cursorHandle
PresentationCore (9)
System\Windows\Input\Cursor.cs (9)
120
if (
_cursorHandle
!= null )
122
_cursorHandle
.Dispose();
149
return
_cursorHandle
?? NativeMethods.CursorHandle.GetInvalidCursor();
178
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
253
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
299
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)