3 references to ExpandedEvent
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
155add { AddHandler(ExpandedEvent, value, false); } 156remove { RemoveHandler(ExpandedEvent, value); } 1438ribbon.RaiseEvent(new RoutedEventArgs(ribbon.IsCollapsed ? CollapsedEvent : ExpandedEvent));