2 writes to s_WinRTType
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (2)
29s_WinRTType = Type.GetType(s_TypeName); 33s_WinRTType = null;
3 references to s_WinRTType
PresentationFramework (3)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (3)
43if (s_WinRTType == null) throw new PlatformNotSupportedException(); 44if (wordSegment.GetType() != s_WinRTType) throw new ArgumentException(); 101return s_WinRTType; ;