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