1 instantiation of AlternateWordForm
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
60result.Add(new AlternateWordForm(item));
4 references to AlternateWordForm
PresentationFramework (4)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (4)
49public IReadOnlyList<AlternateWordForm> AlternateForms 57List<AlternateWordForm> result = new List<AlternateWordForm>(); 106private IReadOnlyList<AlternateWordForm> _alternateForms = null;