1 write to _alternateText
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
56
_alternateText
= _alternateWordForm.ReflectionGetProperty<string>("AlternateText");
2 references to _alternateText
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (2)
54
if (
_alternateText
== null)
59
return
_alternateText
;