5 writes to Text
PresentationFramework (5)
src\Framework\System\Windows\Controls\AccessText.cs (1)
729run.Text = text;
src\Framework\System\Windows\Controls\TextBlock.cs (2)
218implicitRun.Text = text; 2940implicitRun.Text = text;
src\Framework\System\Windows\Documents\InlineCollection.cs (1)
225implicitRun.Text = text;
src\Framework\System\Windows\Documents\TextElement.cs (1)
937implicitRun.Text = text;
4 references to Text
PresentationFramework (4)
src\Framework\System\Windows\Controls\AccessText.cs (4)
113return (_accessKey != null && _accessKey.Text.Length > 0) ? _accessKey.Text[0] : (char)0; 547xmlWriter.WriteString(AccessKeyMarker + inlineScope.Text); 700string key = _accessKey.Text;