6 writes to _cursorHandle
PresentationCore (6)
Core\CSharp\System\Windows\Input\Cursor.cs (6)
113this._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)
142if ( _cursorHandle != null ) 144_cursorHandle.Dispose(); 176return _cursorHandle ?? NativeMethods.CursorHandle.GetInvalidCursor(); 215if (_cursorHandle == null || _cursorHandle.IsInvalid) 297if (_cursorHandle == null || _cursorHandle.IsInvalid) 348if (_cursorHandle == null || _cursorHandle.IsInvalid)