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