13 references to IsInMidStroke
PresentationFramework (13)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (10)
189
if (
IsInMidStroke
)
211
if (
IsInMidStroke
)
322
if (
IsInMidStroke
&&
761
if ( !
IsInMidStroke
&& stylusEditingBehavior != null )
795
ReleaseCapture(
IsInMidStroke
);
987
Debug.Assert(!
IsInMidStroke
, "The previous device hasn't been released yet.");
1073
Debug.Assert(
IsInMidStroke
|| !releaseDevice, "The captured device has been release unexpectly.");
1294
Debug.Assert(!
IsInMidStroke
, "ChangeEditingBehavior cannot be called in a mid-stroke");
1327
if ( !
IsInMidStroke
||
1328
(
IsInMidStroke
&& IsInputDeviceCaptured(stylusDevice) ))
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
93
Debug.Assert(EditingCoordinator.
IsInMidStroke
, "SwitchToMode should only be called in a mid-stroke");
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
138
Debug.Assert(EditingCoordinator.
IsInMidStroke
, "SwitchToMode should only be called in a mid-stroke");
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
80
Debug.Assert(EditingCoordinator.
IsInMidStroke
, "SwitchToMode should only be called in a mid-stroke");