1 write to closeButton
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (1)
79this.closeButton = this.Template.FindName("PART_CloseButton", this) as Button;
2 references to closeButton
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (2)
80if (null != this.closeButton) 82this.closeButton.Click += new RoutedEventHandler(delegate(object sender, RoutedEventArgs e)