8 references to _default
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
246[global::WinRT.ProjectedRuntimeClass(nameof(_default))] 249public IntPtr ThisPtr => _default.ThisPtr; 274private IObjectReference GetDefaultReference<T>() => _default.AsInterface<T>(); 275private IObjectReference GetReferenceForQI() => _inner ?? _default.ObjRef; 279private IWordSegment AsInternal(InterfaceTag<IWordSegment> _) => _default; 281public global::System.Collections.Generic.IReadOnlyList<AlternateWordForm> AlternateForms => _default.AlternateForms; 283public TextSegment SourceTextSegment => _default.SourceTextSegment; 285public string Text => _default.Text;