1 write to _text
PresentationFramework (1)
src\Framework\MS\Internal\Ink\TextClipboardData.cs (1)
44_text = text;
2 references to _text
PresentationFramework (2)
src\Framework\MS\Internal\Ink\TextClipboardData.cs (2)
68return !string.IsNullOrEmpty(_text); 75dataObject.SetData(DataFormats.UnicodeText, _text, true);