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