1 instantiation of PopupControlService
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5829
_popupControlService = new
PopupControlService
();
28 references to PopupControlService
PresentationFramework (28)
System\Windows\Controls\ContextMenu.cs (8)
82
return
PopupControlService
.CoerceProperty(d, value, ContextMenuService.HorizontalOffsetProperty);
106
return
PopupControlService
.CoerceProperty(d, value, ContextMenuService.VerticalOffsetProperty);
175
return
PopupControlService
.CoerceProperty(d, value, ContextMenuService.PlacementTargetProperty);
199
return
PopupControlService
.CoerceProperty(d, value, ContextMenuService.PlacementRectangleProperty);
222
return
PopupControlService
.CoerceProperty(d, value, ContextMenuService.PlacementProperty);
253
return
PopupControlService
.CoerceProperty(d, value, ContextMenuService.HasDropShadowProperty);
309
public static readonly RoutedEvent OpenedEvent =
PopupControlService
.ContextMenuOpenedEvent.AddOwner(typeof(ContextMenu));
338
public static readonly RoutedEvent ClosedEvent =
PopupControlService
.ContextMenuClosedEvent.AddOwner(typeof(ContextMenu));
System\Windows\Controls\ContextMenuService.cs (1)
422
if (
PopupControlService
.IsElementEnabled(o) || GetShowOnDisabled(o))
System\Windows\Controls\PopupControlService.cs (5)
943
EventManager.RegisterRoutedEvent("Opened", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(
PopupControlService
));
950
EventManager.RegisterRoutedEvent("Closed", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(
PopupControlService
));
1173
internal static
PopupControlService
Current
1228
typeof(
PopupControlService
), // Owner
1237
typeof(
PopupControlService
), // Owner
System\Windows\Controls\Primitives\MenuBase.cs (1)
424
curr =
PopupControlService
.FindParent(curr);
System\Windows\Controls\ToolTip.cs (9)
87
return
PopupControlService
.CoerceProperty(d, value, ToolTipService.HorizontalOffsetProperty);
118
return
PopupControlService
.CoerceProperty(d, value, ToolTipService.VerticalOffsetProperty);
205
return
PopupControlService
.CoerceProperty(d, value, ToolTipService.HasDropShadowProperty);
228
return
PopupControlService
.CoerceProperty(d, value, ToolTipService.PlacementTargetProperty);
253
return
PopupControlService
.CoerceProperty(d, value, ToolTipService.PlacementRectangleProperty);
277
return
PopupControlService
.CoerceProperty(d, value, ToolTipService.PlacementProperty);
475
PopupControlService
popupControlService =
PopupControlService
.Current;
486
(bool)GetValue(
PopupControlService
.ServiceOwnedProperty) &&
System\Windows\Controls\ToolTipService.cs (1)
620
if ((
PopupControlService
.IsElementEnabled(o) || GetShowOnDisabled(o)) && enableOnKeyboardFocus)
System\windows\Documents\TextEditor.cs (1)
539
PopupControlService
.Current.DismissToolTipsForOwner(_uiScope);
System\Windows\FrameworkElement.cs (2)
5833
internal
PopupControlService
_popupControlService;
5836
internal static
PopupControlService
PopupControlService