1 instantiation of LostFocusEventManager
PresentationFramework (1)
System\Windows\LostFocusEventManager.cs (1)
149manager = new LostFocusEventManager();
13 references to LostFocusEventManager
PresentationFramework (13)
System\Windows\Data\BindingExpression.cs (2)
545LostFocusEventManager.AddHandler(target, OnLostFocus); 583LostFocusEventManager.RemoveHandler(target, OnLostFocus);
System\Windows\Data\BindingExpressionBase.cs (2)
1025LostFocusEventManager.RemoveHandler(TargetElement, OnLostFocus); 1061LostFocusEventManager.AddHandler(target, OnLostFocus);
System\Windows\Data\MultiBindingExpression.cs (2)
365LostFocusEventManager.AddHandler(target, OnLostFocus); 404LostFocusEventManager.RemoveHandler(target, OnLostFocus);
System\Windows\LostFocusEventManager.cs (4)
139private static LostFocusEventManager CurrentManager 143Type managerType = typeof(LostFocusEventManager); 144LostFocusEventManager manager = (LostFocusEventManager)GetCurrentManager(managerType);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
476case 380: t = () => typeof(LostFocusEventManager); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6537typeof(System.Windows.LostFocusEventManager),
System\Windows\Markup\KnownTypes.cs (1)
5934case KnownElements.LostFocusEventManager: t = typeof(System.Windows.LostFocusEventManager); break;