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