2 references to WordSegment
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
267
return obj is WordSegment ? (WordSegment)obj : new
WordSegment
((global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.IWordSegment)obj);
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
119
"Windows.Data.Text.WordSegment" => new MS.Internal.WindowsRuntime.Windows.Data.Text.
WordSegment
(new MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.IWordSegment(objRef)),