2 writes to s_WinRTType
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (2)
45
s_WinRTType
= Type.GetType(s_TypeName);
53
s_WinRTType
= null;
5 references to s_WinRTType
PresentationFramework (5)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (5)
46
if (
s_WinRTType
!= null)
48
constructor =
s_WinRTType
.GetConstructor(new Type[] { typeof(string) });
56
s_PlatformSupported = (
s_WinRTType
!= null) && (constructor != null);
75
_wordsSegmenter =
s_WinRTType
.ReflectionNew<string>(language);
210
return
s_WinRTType
;