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