3 references to Cast
PresentationFramework (3)
System\Windows\Controls\UIElementCollection.cs (3)
404
return Add(
Cast
(value));
428
Insert(index,
Cast
(value));
464
this[index] =
Cast
(value);