BetterExplorerControls.AirspacePopup.OnIsTopmostChanged C# (CSharp) Method

OnIsTopmostChanged() private static method

private static OnIsTopmostChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
source System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void
		private static void OnIsTopmostChanged(DependencyObject source, DependencyPropertyChangedEventArgs e) {
			AirspacePopup airspacePopup = source as AirspacePopup;
			airspacePopup.SetTopmostState(airspacePopup.IsTopmost);
		}