6 writes to _cursorHandle
PresentationCore (6)
System\Windows\Input\Cursor.cs (6)
103
this.
_cursorHandle
= cursorHandle ;
130
_cursorHandle
= null;
176
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
253
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
299
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
322
_cursorHandle
= SafeNativeMethods.LoadCursor(new HandleRef(this,IntPtr.Zero), (IntPtr)(CursorTypes[(int)cursorType]));
9 references to _cursorHandle
PresentationCore (9)
System\Windows\Input\Cursor.cs (9)
127
if (
_cursorHandle
!= null )
129
_cursorHandle
.Dispose();
156
return
_cursorHandle
?? NativeMethods.CursorHandle.GetInvalidCursor();
185
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
260
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
306
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)