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