Top "Mainwindow" questions

Accessing MainWindow's controls from a user control page. WPF C#

I have a page transition ( a control ) in the MainWindow , I have many user control pages , I want to access …

c# wpf controls mainwindow
Displaying wpf content over/outside main window bounds

I am trying to achieve an effect of overlapping the main window boundary with a control. It's hard to explain …

c# wpf xaml clipping mainwindow
How to Find Children of a UserControl instead of a Window - replacing Window.FindName

I currently have a WPF project which has one main Window, and many UserControls which are children of this Window. …

c# wpf user-controls mainwindow findname