3 writes to ElementList
PresentationFramework (3)
MS\Internal\Ink\ElementsClipboardData.cs (1)
39
ElementList
= new List<UIElement>(elements);
MS\Internal\Ink\TextClipboardData.cs (1)
75
ElementList
= new List<UIElement>();
MS\Internal\Ink\XamlClipboardData.cs (1)
96
ElementList
= new List<UIElement>();
3 references to ElementList
PresentationFramework (3)
MS\Internal\Ink\ElementsClipboardData.cs (1)
58
if (
ElementList
!= null )
MS\Internal\Ink\TextClipboardData.cs (1)
95
ElementList
.Add(textBox);
MS\Internal\Ink\XamlClipboardData.cs (1)
106
ElementList
.Add(element);