6 writes to _cursorHandle
PresentationCore (6)
Core\CSharp\System\Windows\Input\Cursor.cs (6)
113
this.
_cursorHandle
= cursorHandle ;
145
_cursorHandle
= null;
206
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
290
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
341
_cursorHandle
= UnsafeNativeMethods.LoadImageCursor(IntPtr.Zero,
369
_cursorHandle
= SafeNativeMethods.LoadCursor(new HandleRef(this,IntPtr.Zero), (IntPtr)(CursorTypes[(int)cursorType]));
9 references to _cursorHandle
PresentationCore (9)
Core\CSharp\System\Windows\Input\Cursor.cs (9)
142
if (
_cursorHandle
!= null )
144
_cursorHandle
.Dispose();
176
return
_cursorHandle
?? NativeMethods.CursorHandle.GetInvalidCursor();
215
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
297
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)
348
if (
_cursorHandle
== null ||
_cursorHandle
.IsInvalid)