5 references to Elements
PresentationFramework (5)
MS\Internal\Ink\ClipboardProcessor.cs (2)
200
List<UIElement> elements = xamlData.
Elements
;
233
newElements = textData.
Elements
;
MS\Internal\Ink\XamlClipboardData.cs (3)
59
return
Elements
!= null &&
Elements
.Count != 0;
73
foreach ( UIElement element in
Elements
)