6 writes to _cursorHandle
PresentationCore (6)
System\Windows\Input\Cursor.cs (6)
95
this.
_cursorHandle
= cursorHandle ;
122
_cursorHandle
= null;
166
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
243
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
289
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
312
_cursorHandle
= SafeNativeMethods.LoadCursor(new HandleRef(this,IntPtr.Zero), (IntPtr)(CursorTypes[(int)cursorType]));
9 references to _cursorHandle
PresentationCore (9)
System\Windows\Input\Cursor.cs (9)
119
if (
_cursorHandle
!= null )
121
_cursorHandle
.Dispose();
146
return
_cursorHandle
?? NativeMethods.CursorHandle.GetInvalidCursor();
175
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
250
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
296
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)