4 references to Expanded
Accessibility_Core_App (1)
TaskDialogTesting.cs (1)
28page1.Expander.ExpandedChanged += (s, e) => Console.WriteLine($"Expander ExpandedChanged: {page1.Expander.Expanded}");
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (2)
20/// Occurs when the value of the <see cref="Expanded"/> property changes while 26/// because it isn't possible to programmatically change the <see cref="Expanded"/>
WinFormsControlsTest (1)
TaskDialogSamples.cs (1)
478page1.Expander.ExpandedChanged += (s, e) => Console.WriteLine($"Expander ExpandedChanged: {page1.Expander.Expanded}");