3 writes to ElementList
PresentationFramework (3)
src\Framework\MS\Internal\Ink\ElementsClipboardData.cs (1)
43ElementList = new List<UIElement>(elements);
src\Framework\MS\Internal\Ink\TextClipboardData.cs (1)
82ElementList = new List<UIElement>();
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
130ElementList = new List<UIElement>();
3 references to ElementList
PresentationFramework (3)
src\Framework\MS\Internal\Ink\ElementsClipboardData.cs (1)
62if ( ElementList != null )
src\Framework\MS\Internal\Ink\TextClipboardData.cs (1)
102ElementList.Add(textBox);
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
141ElementList.Add(element);