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