2 writes to s_WinRTType
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (2)
34s_WinRTType = Type.GetType(s_TypeName); 38s_WinRTType = null;
3 references to s_WinRTType
PresentationFramework (3)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (3)
44if (s_WinRTType == null) throw new PlatformNotSupportedException(); 45if (alternateWordForm.GetType() != s_WinRTType) throw new ArgumentException(); 94return s_WinRTType;