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