2 references to ReflectionCall
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
160
object tokens = _wordsSegmenter.
ReflectionCall
<string>("GetTokens", text);
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (1)
207
object result = obj.
ReflectionCall
<TArg1>(methodName, arg1);