13 references to IsInMidStroke
PresentationFramework (13)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (10)
189if ( IsInMidStroke ) 211if ( IsInMidStroke ) 322if ( IsInMidStroke && 761if ( !IsInMidStroke && stylusEditingBehavior != null ) 795ReleaseCapture(IsInMidStroke); 987Debug.Assert(!IsInMidStroke, "The previous device hasn't been released yet."); 1073Debug.Assert(IsInMidStroke || !releaseDevice, "The captured device has been release unexpectly."); 1294Debug.Assert(!IsInMidStroke, "ChangeEditingBehavior cannot be called in a mid-stroke"); 1327if ( !IsInMidStroke || 1328( IsInMidStroke && IsInputDeviceCaptured(stylusDevice) ))
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
93Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
138Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
80Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");