1 instantiation of LostFocusEventManager
PresentationFramework (1)
System\Windows\LostFocusEventManager.cs (1)
146
manager = new
LostFocusEventManager
();
13 references to LostFocusEventManager
PresentationFramework (13)
System\Windows\Data\BindingExpression.cs (2)
532
LostFocusEventManager
.AddHandler(target, OnLostFocus);
570
LostFocusEventManager
.RemoveHandler(target, OnLostFocus);
System\Windows\Data\BindingExpressionBase.cs (2)
1016
LostFocusEventManager
.RemoveHandler(TargetElement, OnLostFocus);
1052
LostFocusEventManager
.AddHandler(target, OnLostFocus);
System\Windows\Data\MultiBindingExpression.cs (2)
353
LostFocusEventManager
.AddHandler(target, OnLostFocus);
392
LostFocusEventManager
.RemoveHandler(target, OnLostFocus);
System\Windows\LostFocusEventManager.cs (4)
136
private static
LostFocusEventManager
CurrentManager
140
Type managerType = typeof(
LostFocusEventManager
);
141
LostFocusEventManager
manager = (
LostFocusEventManager
)GetCurrentManager(managerType);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
473
case 380: t = () => typeof(
LostFocusEventManager
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7168
typeof(System.Windows.
LostFocusEventManager
),
System\Windows\Markup\KnownTypes.cs (1)
5927
case KnownElements.LostFocusEventManager: t = typeof(System.Windows.
LostFocusEventManager
); break;