2 references to ReflectionCall
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
130object token = _wordsSegmenter.ReflectionCall<string, uint>("GetTokenAt", text, startIndex);
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (1)
263object result = obj.ReflectionCall<TArg1, TArg2>(methodName, arg1, arg2);