VideoBrush is a feature that's only available in Silverlight, there is no WPF equivalent. You can work around the issue by using a MediaElement to play your video, and hosting that inside a VisualBrush instead, or creating a VideoDrawing and putting that inside a DrawingBrush.
VideoBrush is a feature that's only available in Silverlight, there is no WPF equivalent. You can work around the issue by using a MediaElement to play your video, and hosting that inside a VisualBrush instead, or creating a VideoDrawing and putting that inside a DrawingBrush.