13 references to IsInMidStroke
PresentationFramework (13)
MS\Internal\Ink\EditingCoordinator.cs (10)
177if ( IsInMidStroke ) 199if ( IsInMidStroke ) 310if ( IsInMidStroke && 736if ( !IsInMidStroke && stylusEditingBehavior != null ) 769ReleaseCapture(IsInMidStroke); 944Debug.Assert(!IsInMidStroke, "The previous device hasn't been released yet."); 1028Debug.Assert(IsInMidStroke || !releaseDevice, "The captured device has been release unexpectly."); 1248Debug.Assert(!IsInMidStroke, "ChangeEditingBehavior cannot be called in a mid-stroke"); 1281if ( !IsInMidStroke || 1282( IsInMidStroke && IsInputDeviceCaptured(stylusDevice) ))
MS\Internal\Ink\EraserBehavior.cs (1)
91Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
MS\Internal\Ink\InkCollectionBehavior.cs (1)
114Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
77Debug.Assert(EditingCoordinator.IsInMidStroke, "SwitchToMode should only be called in a mid-stroke");