13 references to IsInMidStroke
PresentationFramework (13)
MS\Internal\Ink\EditingCoordinator.cs (10)
161if ( IsInMidStroke ) 183if ( IsInMidStroke ) 294if ( IsInMidStroke && 717if ( !IsInMidStroke && stylusEditingBehavior != null ) 750ReleaseCapture(IsInMidStroke); 922Debug.Assert(!IsInMidStroke, "The previous device hasn't been released yet."); 1003Debug.Assert(IsInMidStroke || !releaseDevice, "The captured device has been release unexpectly."); 1223Debug.Assert(!IsInMidStroke, "ChangeEditingBehavior cannot be called in a mid-stroke"); 1256if ( !IsInMidStroke || 1257( IsInMidStroke && IsInputDeviceCaptured(stylusDevice) ))
MS\Internal\Ink\EraserBehavior.cs (1)
78Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
MS\Internal\Ink\InkCollectionBehavior.cs (1)
104Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
68Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");