2 writes to Text
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
229this.Text = text; 253this.Text = String.Empty;
6 references to Text
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextCompositionEventArgs.cs (1)
57get {return _composition.Text;}
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
757if (inputText.Equals(_altNumpadcomposition.Text))
PresentationFramework (4)
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1252text = this._editor._FilterText(composition.Text, range); 1253isTextFiltered = (text != composition.Text);
src\Framework\System\Windows\Documents\TextStore.cs (2)
1849text = this.TextEditor._FilterText(composition.Text, range); 1851if (text.Length != composition.Text.Length)