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