2 references to RECO_TYPE_WCHAR
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
818
Debug.Assert((RECO_TYPE)(recoElement.type) == RECO_TYPE.
RECO_TYPE_WCHAR
, "The Application gesture has to be WCHAR type" );
820
if ( (RECO_TYPE)(recoElement.type) == RECO_TYPE.
RECO_TYPE_WCHAR
)