5 references to Elements
PresentationFramework (5)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
219
List<UIElement> elements = xamlData.
Elements
;
253
newElements = textData.
Elements
;
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (3)
81
return
Elements
!= null &&
Elements
.Count != 0;
104
foreach ( UIElement element in
Elements
)