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