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