2 writes to s_WinRTType
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (2)
23s_WinRTType = Type.GetType(s_TypeName); 27s_WinRTType = null;
3 references to s_WinRTType
PresentationFramework (3)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (3)
33if (s_WinRTType == null) throw new PlatformNotSupportedException(); 34if (textSegment.GetType() != s_WinRTType) throw new ArgumentException(); 69return s_WinRTType;