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