1 instantiation of LostFocusEventManager
PresentationFramework (1)
src\Framework\System\Windows\LostFocusEventManager.cs (1)
156
manager = new
LostFocusEventManager
();
13 references to LostFocusEventManager
PresentationFramework (13)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
549
LostFocusEventManager
.AddHandler(target, OnLostFocus);
586
LostFocusEventManager
.RemoveHandler(target, OnLostFocus);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1029
LostFocusEventManager
.RemoveHandler(TargetElement, OnLostFocus);
1065
LostFocusEventManager
.AddHandler(target, OnLostFocus);
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
366
LostFocusEventManager
.AddHandler(target, OnLostFocus);
404
LostFocusEventManager
.RemoveHandler(target, OnLostFocus);
src\Framework\System\Windows\LostFocusEventManager.cs (4)
146
private static
LostFocusEventManager
CurrentManager
150
Type managerType = typeof(
LostFocusEventManager
);
151
LostFocusEventManager
manager = (
LostFocusEventManager
)GetCurrentManager(managerType);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
472
case 380: t = () => typeof(
LostFocusEventManager
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6533
typeof(System.Windows.
LostFocusEventManager
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5924
case KnownElements.LostFocusEventManager: t = typeof(System.Windows.
LostFocusEventManager
); break;