8 references to _default
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
253[global::WinRT.ProjectedRuntimeClass(nameof(_default))] 256public IntPtr ThisPtr => _default.ThisPtr; 281private IObjectReference GetDefaultReference<T>() => _default.AsInterface<T>(); 282private IObjectReference GetReferenceForQI() => _inner ?? _default.ObjRef; 286private IWordSegment AsInternal(InterfaceTag<IWordSegment> _) => _default; 288public global::System.Collections.Generic.IReadOnlyList<AlternateWordForm> AlternateForms => _default.AlternateForms; 290public TextSegment SourceTextSegment => _default.SourceTextSegment; 292public string Text => _default.Text;