3 writes to ElementList
PresentationFramework (3)
MS\Internal\Ink\ElementsClipboardData.cs (1)
35ElementList = new List<UIElement>(elements);
MS\Internal\Ink\TextClipboardData.cs (1)
70ElementList = new List<UIElement>();
MS\Internal\Ink\XamlClipboardData.cs (1)
89ElementList = new List<UIElement>();
3 references to ElementList
PresentationFramework (3)
MS\Internal\Ink\ElementsClipboardData.cs (1)
54if ( ElementList != null )
MS\Internal\Ink\TextClipboardData.cs (1)
91ElementList.Add(textBox);
MS\Internal\Ink\XamlClipboardData.cs (1)
99ElementList.Add(element);