BetterExplorerControls.AirspacePopup.OnIsTopmostChanged C# (CSharp) 메소드

OnIsTopmostChanged() 개인적인 정적인 메소드

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