13 references to IsInMidStroke
PresentationFramework (13)
MS\Internal\Ink\EditingCoordinator.cs (10)
162if ( IsInMidStroke ) 184if ( IsInMidStroke ) 295if ( IsInMidStroke && 721if ( !IsInMidStroke && stylusEditingBehavior != null ) 754ReleaseCapture(IsInMidStroke); 929Debug.Assert(!IsInMidStroke, "The previous device hasn't been released yet."); 1013Debug.Assert(IsInMidStroke || !releaseDevice, "The captured device has been release unexpectly."); 1233Debug.Assert(!IsInMidStroke, "ChangeEditingBehavior cannot be called in a mid-stroke"); 1266if ( !IsInMidStroke || 1267( IsInMidStroke && IsInputDeviceCaptured(stylusDevice) ))
MS\Internal\Ink\EraserBehavior.cs (1)
79Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
MS\Internal\Ink\InkCollectionBehavior.cs (1)
105Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
69Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");