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