8 references to _default
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
245[global::WinRT.ProjectedRuntimeClass(nameof(_default))] 248public IntPtr ThisPtr => _default.ThisPtr; 273private IObjectReference GetDefaultReference<T>() => _default.AsInterface<T>(); 274private IObjectReference GetReferenceForQI() => _inner ?? _default.ObjRef; 278private IWordSegment AsInternal(InterfaceTag<IWordSegment> _) => _default; 280public global::System.Collections.Generic.IReadOnlyList<AlternateWordForm> AlternateForms => _default.AlternateForms; 282public TextSegment SourceTextSegment => _default.SourceTextSegment; 284public string Text => _default.Text;