2 writes to ForceCursor
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (2)
285this.scrollViewer.ForceCursor = true; 289this.scrollViewer.ForceCursor = false;
2 references to ForceCursor
PresentationFramework (2)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
3028if ( !e.Handled || inkCanvas.ForceCursor )
src\Framework\System\Windows\FrameworkElement.cs (1)
3944if(!e.Handled || fe.ForceCursor)