1 instantiation of LostFocusEventManager
PresentationFramework (1)
System\Windows\LostFocusEventManager.cs (1)
147manager = new LostFocusEventManager();
13 references to LostFocusEventManager
PresentationFramework (13)
System\Windows\Data\BindingExpression.cs (2)
536LostFocusEventManager.AddHandler(target, OnLostFocus); 574LostFocusEventManager.RemoveHandler(target, OnLostFocus);
System\Windows\Data\BindingExpressionBase.cs (2)
1017LostFocusEventManager.RemoveHandler(TargetElement, OnLostFocus); 1053LostFocusEventManager.AddHandler(target, OnLostFocus);
System\Windows\Data\MultiBindingExpression.cs (2)
354LostFocusEventManager.AddHandler(target, OnLostFocus); 393LostFocusEventManager.RemoveHandler(target, OnLostFocus);
System\Windows\LostFocusEventManager.cs (4)
137private static LostFocusEventManager CurrentManager 141Type managerType = typeof(LostFocusEventManager); 142LostFocusEventManager manager = (LostFocusEventManager)GetCurrentManager(managerType);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
474case 380: t = () => typeof(LostFocusEventManager); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6535typeof(System.Windows.LostFocusEventManager),
System\Windows\Markup\KnownTypes.cs (1)
5934case KnownElements.LostFocusEventManager: t = typeof(System.Windows.LostFocusEventManager); break;