3 references to ReflectionGetProperty
PresentationFramework (3)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
83_sourceTextSegment = new TextSegment(_alternateWordForm.ReflectionGetProperty("SourceTextSegment"));
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (2)
55object alternates = _wordSegment.ReflectionGetProperty("AlternateForms"); 77_sourceTextSegment = new TextSegment(_wordSegment.ReflectionGetProperty("SourceTextSegment"));