1 write to _alternateWordForm
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
47
_alternateWordForm
= alternateWordForm;
3 references to _alternateWordForm
PresentationFramework (3)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (3)
56
_alternateText =
_alternateWordForm
.ReflectionGetProperty<string>("AlternateText");
70
_alternateWordForm
.ReflectionGetProperty<AlternateNormalizationFormat>("NormalizationFormat");
83
_sourceTextSegment = new TextSegment(
_alternateWordForm
.ReflectionGetProperty("SourceTextSegment"));