1 type derived from PresentationSource
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
20public class HwndSource : PresentationSource, IDisposable, IWin32Window, IKeyboardInputSink
347 references to PresentationSource
PresentationCore (231)
MS\Internal\Automation\EventMap.cs (4)
253foreach (PresentationSource source in PresentationSource.CriticalCurrentSources) 259PresentationSource source = (PresentationSource)state;
MS\Internal\Interop\TipTsfHelper.cs (1)
190return PresentationSource.CriticalFromVisual(focusedObject) as HwndSource;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PointUtil.cs (7)
32public static Point ClientToRoot(Point point, PresentationSource presentationSource) 38public static Point TryClientToRoot(Point point, PresentationSource presentationSource, bool throwOnError, out bool success) 64public static Point RootToClient(Point point, PresentationSource presentationSource) 163public static Point ClientToScreen(Point pointClient, PresentationSource presentationSource) 185internal static Point ScreenToClient(Point pointScreen, PresentationSource presentationSource) 220internal static Rect ElementToRoot(Rect rectElement, Visual element, PresentationSource presentationSource) 244internal static Rect RootToClient(Rect rectRoot, PresentationSource presentationSource)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelperAvalon.cs (1)
45isConnected = PresentationSource.CriticalFromVisual(visual ) != null;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (2)
175PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (6)
177PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 200PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 494PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner);
System\Windows\Diagnostics\VisualDiagnostics.cs (2)
144s_ActiveHwndSource = PresentationSource.FromDependencyObject(args.Parent) as System.Windows.Interop.HwndSource; 320(s_ActiveHwndSource != PresentationSource.FromDependencyObject(d));
System\Windows\DragDrop.cs (1)
1272private Point GetClientPointFromScreenPoint(long dragPoint, PresentationSource source)
System\Windows\Input\AccessKeyManager.cs (6)
356(scope is PresentationSource) && (Keyboard.Modifiers & ModifierKeys.Alt) != ModifierKeys.Alt) 439private PresentationSource GetSourceForElement(IInputElement element) 441PresentationSource source = null; 453source = PresentationSource.CriticalFromVisual(containingVisual); 462private PresentationSource GetActiveSource() 471private PresentationSource CriticalGetActiveSource()
System\Windows\Input\Command\CommandDevice.cs (1)
39public override PresentationSource ActiveSource
System\Windows\Input\FocusManager.cs (2)
143if (PresentationSource.CriticalFromVisual(focusScope) != PresentationSource.CriticalFromVisual(focusedElement))
System\Windows\Input\InputDevice.cs (1)
31public abstract PresentationSource ActiveSource { get; }
System\Windows\Input\InputElement.cs (2)
270HwndSource sourceFrom = PresentationSource.CriticalFromVisual(rootFrom) as HwndSource; 271HwndSource sourceTo = PresentationSource.CriticalFromVisual(rootTo) as HwndSource;
System\Windows\Input\InputManager.cs (2)
325public void PushMenuMode(PresentationSource menuSite) 346public void PopMenuMode(PresentationSource menuSite)
System\Windows\Input\InputMethod.cs (2)
1602PresentationSource source = PresentationSource.CriticalFromVisual(containingVisual);
System\Windows\Input\InputReport.cs (3)
32protected InputReport(PresentationSource inputSource, InputType type, InputMode mode, int timestamp) 47public PresentationSource InputSource => _inputSource; 100private readonly PresentationSource _inputSource;
System\Windows\Input\Keyboard.cs (2)
417PresentationSource presentationSource = PresentationSource.CriticalFromVisual(uie);
System\Windows\Input\KeyboardDevice.cs (6)
78public override PresentationSource ActiveSource => _activeSource; 159PresentationSource source = PresentationSource.CriticalFromVisual(containingVisual); 599PresentationSource presentationSource = null; 603presentationSource = PresentationSource.CriticalFromVisual(visualContainer); 1034private PresentationSource _activeSource;
System\Windows\Input\KeyEventArgs.cs (4)
27public KeyEventArgs(KeyboardDevice keyboard, PresentationSource inputSource, int timestamp, Key key) : base(keyboard, timestamp) 46public PresentationSource InputSource 191internal PresentationSource UnsafeInputSource 215private PresentationSource _inputSource;
System\Windows\Input\ManipulationDevice.cs (3)
26_activeSource = PresentationSource.CriticalFromVisual(element); 50public override PresentationSource ActiveSource 502private PresentationSource _activeSource;
System\Windows\Input\ManipulationLogic.cs (2)
574PresentationSource presentationSource = PresentationSource.CriticalFromVisual((Visual)newContainer);
System\Windows\Input\Mouse.cs (2)
468PresentationSource inputSource = PresentationSource.FromDependencyObject(InputElement.GetContainingVisual(relativeTo as DependencyObject));
System\Windows\Input\MouseDevice.cs (19)
118PresentationSource activeSource = CriticalActiveSource; 145PresentationSource activeSource = CriticalActiveSource; 166protected Point GetClientPosition(PresentationSource presentationSource) 198public override PresentationSource ActiveSource => _inputSource; 203internal PresentationSource CriticalActiveSource => _inputSource; 351PresentationSource captureSource = PresentationSource.CriticalFromVisual(containingVisual); 549PresentationSource relativePresentationSource = null; 558relativePresentationSource = PresentationSource.CriticalFromVisual(containingVisual); 792PresentationSource presentationSource = PresentationSource.CriticalFromVisual(visual); 878PresentationSource activeSource = CriticalActiveSource; 2076internal static IInputElement GlobalHitTest(bool clientUnits, Point pt, PresentationSource inputSource) 2085internal static IInputElement GlobalHitTest(Point ptClient, PresentationSource inputSource) 2093private static void GlobalHitTest(bool clientUnits, Point pt, PresentationSource inputSource, out IInputElement enabledHit, out IInputElement originalHit) 2131internal static IInputElement LocalHitTest(bool clientUnits, Point pt, PresentationSource inputSource) 2140internal static IInputElement LocalHitTest(Point ptClient, PresentationSource inputSource) 2147private static void LocalHitTest(bool clientUnits, Point pt, PresentationSource inputSource, out IInputElement enabledHit, out IInputElement originalHit) 2266private PresentationSource _inputSource;
System\Windows\Input\RawAppCommandInputReport.cs (1)
43PresentationSource inputSource,
System\Windows\Input\RawKeyboardInputReport.cs (1)
48PresentationSource inputSource,
System\Windows\Input\RawMouseInputReport.cs (1)
47PresentationSource inputSource,
System\Windows\Input\RawTextInputReport.cs (1)
42PresentationSource inputSource,
System\Windows\Input\RawUIStateInputReport.cs (1)
31PresentationSource inputSource,
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (2)
170PresentationSource inputSource, 226PresentationSource inputSource,
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (2)
87PresentationSource inputSource, 140PresentationSource inputSource,
System\Windows\Input\Stylus\Common\StylusDevice.cs (3)
73public override PresentationSource ActiveSource 318internal static IInputElement LocalHitTest(PresentationSource inputSource, Point pt) 323internal static IInputElement GlobalHitTest(PresentationSource inputSource, Point pt)
System\Windows\Input\Stylus\Common\StylusDeviceBase.cs (2)
87internal abstract PresentationSource ActiveSource { get; } 98internal abstract PresentationSource CriticalActiveSource { get; }
System\Windows\Input\Stylus\Common\StylusLogic.cs (5)
392protected Matrix GetAndCacheTransformToDeviceMatrix(PresentationSource source) 417internal abstract Point DeviceUnitsFromMeasureUnits(PresentationSource source, Point measurePoint); 424internal abstract Point MeasureUnitsFromDeviceUnits(PresentationSource source, Point measurePoint); 681PresentationSource presentationSource = PresentationSource.CriticalFromVisual(visual);
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (2)
518PresentationSource.AddSourceChangedHandler(_element, _sourceChangedEventHandler); // has a security linkdemand 549PresentationSource.RemoveSourceChangedHandler(_element, _sourceChangedEventHandler);
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
124PresentationSource relativePresentationSource = PresentationSource.CriticalFromVisual(containingVisual); 139internal void ChangeActiveSource(PresentationSource activeSource)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
54public override PresentationSource ActiveSource
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
96internal abstract PresentationSource ActiveSource { get; }
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (5)
108internal Dictionary<PresentationSource, PointerStylusPlugInManager> PlugInManagers 112} = new Dictionary<PresentationSource, PointerStylusPlugInManager>(); 470internal override Point DeviceUnitsFromMeasureUnits(PresentationSource source, Point measurePoint) 486internal override Point MeasureUnitsFromDeviceUnits(PresentationSource source, Point devicePoint) 1239internal PointerStylusPlugInManager GetManagerForSource(PresentationSource source)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (9)
69private PresentationSource _inputSource; 181internal override PresentationSource ActiveSource => _inputSource; 329internal override PresentationSource CriticalActiveSource => _inputSource; 711PresentationSource relativePresentationSource = null; 719relativePresentationSource = PresentationSource.CriticalFromVisual(containingVisual); 784internal void Update(HwndPointerInputProvider provider, PresentationSource inputSource, 896internal IInputElement FindTarget(PresentationSource inputSource, Point position) 1029PresentationSource source = PresentationSource.CriticalFromVisual(uiElement as Visual);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (2)
58PresentationSource presentationSource = PresentationSource.CriticalFromVisual(element as Visual);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (5)
23internal PointerStylusPlugInManager(PresentationSource source) 500PresentationSource source; 534source = PresentationSource.CriticalFromVisual(_activeMousePlugInCollection.Element as Visual); 579source = PresentationSource.CriticalFromVisual(directlyOverVisual); 646internal PresentationSource _inputSource;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
190internal override PresentationSource ActiveSource
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
13internal PenContexts(WispLogic stylusLogic, PresentationSource inputSource)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (15)
81PresentationSource inputSource) 127PresentationSource inputSource) 1265PresentationSource mouseSource = _inputManager.PrimaryMouseDevice.CriticalActiveSource; 1747PresentationSource mouseInputSource = stylusDevice.GetMousePresentationSource(); 1817PresentationSource source; 1851source = PresentationSource.CriticalFromVisual(_activeMousePlugInCollection.Element as Visual); 1895source = PresentationSource.CriticalFromVisual(directlyOverVisual); 2835PresentationSource mouseInputSource = stylusDevice.GetMousePresentationSource(); 2936private static bool InWindowClientRect(Point ptClient, PresentationSource inputSource) 3140internal void RegisterHwndForInput(InputManager inputManager, PresentationSource inputSource) 3234internal PenContexts GetPenContextsFromHwnd(PresentationSource presentationSource) 3282internal PenContext GetStylusPenContextForHwnd(PresentationSource presentationSource, int tabletDeviceId) 3589internal Matrix GetTabletToViewTransform(PresentationSource source, TabletDevice tabletDevice) 3606internal override Point DeviceUnitsFromMeasureUnits(PresentationSource source, Point measurePoint) 3619internal override Point MeasureUnitsFromDeviceUnits(PresentationSource source, Point measurePoint)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (21)
134internal override PresentationSource ActiveSource => _inputSource; 139internal override PresentationSource CriticalActiveSource => _inputSource; 586PresentationSource source = PresentationSource.CriticalFromVisual(uiElement as Visual); 966internal IInputElement FindTarget(PresentationSource inputSource, Point position) 1165PresentationSource relativePresentationSource = null; 1173relativePresentationSource = PresentationSource.CriticalFromVisual(containingVisual); 1285private GeneralTransform GetTabletToElementTransform(PresentationSource source, IInputElement relativeTo) 1407PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1498private PresentationSource DetermineValidSource(PresentationSource inputSource, StylusPointCollection stylusPoints, PenContexts penContextsOfPoints) 1506PresentationSource newSource = null; 1512PresentationSource capturedSource = PresentationSource.CriticalFromVisual(containingVisual); 1625PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1662PresentationSource mouseInputSource = GetMousePresentationSource(); 1707internal PresentationSource GetMousePresentationSource() 1712PresentationSource mouseInputSource = null; 1723mouseInputSource = PresentationSource.CriticalFromVisual(mouseCapturedVisual); 1910PresentationSource activeSource = CriticalActiveSource; 1970private PresentationSource _inputSource;
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (2)
68PresentationSource presentationSource = PresentationSource.CriticalFromVisual(element as Visual);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
144internal override PresentationSource ActiveSource
System\Windows\Input\TouchDevice.cs (7)
108public sealed override PresentationSource ActiveSource 116protected void SetActiveSource(PresentationSource activeSource) 260private static IInputElement GlobalHitTest(Point pt, PresentationSource inputSource) 265private static IInputElement LocalHitTest(Point pt, PresentationSource inputSource) 568PresentationSource presentationSource = PresentationSource.CriticalFromVisual(visual); 1309private PresentationSource _activeSource;
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
349HwndSource hwndSource = PresentationSource.CriticalFromVisual(focusedDO) as HwndSource; 475HwndSource hwndSource = PresentationSource.CriticalFromVisual(restoreFocusDO) as HwndSource; 498HwndSource hwndSource = PresentationSource.CriticalFromVisual(restoreFocusDO) as HwndSource;
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
213HwndSource inputSource = PresentationSource.FromDependencyObject(containingVisual) as HwndSource; 1232PresentationSource source = _source;
System\Windows\InterOp\HwndSource.cs (4)
676foreach (PresentationSource source in PresentationSource.CriticalCurrentSources) 2067HwndSource mnemonicScope = (focusObject == null ? null : PresentationSource.CriticalFromVisual(focusObject) as HwndSource); 2375PresentationSource.CriticalFromVisual((DependencyObject)focusElement) != this)
System\Windows\Media\Visual.cs (4)
4721PresentationSource inputSource = PresentationSource.FromVisual(this); 4750PresentationSource inputSource = PresentationSource.FromVisual(this);
System\Windows\PresentationSource.cs (28)
79public static PresentationSource FromVisual(Visual visual) 93public static PresentationSource FromDependencyObject(DependencyObject dependencyObject) 418PresentationSource oldSource = null; 428oldSource = (PresentationSource)oldRoot.GetValue(RootSourceProperty); 458PresentationSource testSource = (PresentationSource)element.GetValue(CachedSourceProperty); 528internal static PresentationSource CriticalFromVisual(DependencyObject v) 538internal static PresentationSource CriticalFromVisual(DependencyObject v, bool enable2DTo3DTransition) 542PresentationSource source = FindSource(v, enable2DTo3DTransition); 559PresentationSource ps = (PresentationSource)arg; 576PresentationSource baseSource = CriticalFromVisual(visuals[0]); 628element.SetValue(CachedSourceProperty, PresentationSource.FindSource(element)); 643private static PresentationSource FindSource(DependencyObject o) 653private static PresentationSource FindSource(DependencyObject o, bool enable2DTo3DTransition) 655PresentationSource source = null; 664source = (PresentationSource)v.GetValue(RootSourceProperty); 675PresentationSource realSource = FindSource(doTarget); 676PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(CachedSourceProperty); 721= DependencyProperty.RegisterAttached("RootSource", typeof(PresentationSource), typeof(PresentationSource), 722new PropertyMetadata((PresentationSource)null)); 729= DependencyProperty.RegisterAttached("CachedSource", typeof(PresentationSource), typeof(PresentationSource), 730new PropertyMetadata((PresentationSource)null)); 733private static readonly DependencyProperty GetsSourceChangedEventProperty = DependencyProperty.RegisterAttached("IsBeingWatched", typeof(bool), typeof(PresentationSource), new PropertyMetadata((bool)false)); 738private static readonly RoutedEvent SourceChangedEvent = EventManager.RegisterRoutedEvent("SourceChanged", RoutingStrategy.Direct, typeof(SourceChangedEventHandler), typeof(PresentationSource));
System\Windows\SourceChangedEventArgs.cs (8)
20public SourceChangedEventArgs(PresentationSource oldSource, 21PresentationSource newSource) 42public SourceChangedEventArgs(PresentationSource oldSource, 43PresentationSource newSource, 56public PresentationSource OldSource => _oldSource; 61public PresentationSource NewSource => _newSource; 96private readonly PresentationSource _oldSource; 97private readonly PresentationSource _newSource;
System\Windows\UIElement.cs (3)
1576PresentationSource.OnVisualAncestorChanged(uie, e); 3856PresentationSource presentationSource = PresentationSource.CriticalFromVisual(this);
System\Windows\UIElement3D.cs (3)
276PresentationSource.OnVisualAncestorChanged(uie3D, e); 1081PresentationSource presentationSource = PresentationSource.CriticalFromVisual(this);
PresentationFramework (100)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
171if (PresentationSource.FromVisual(annotatedElement) == null)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
282HwndSource hwndSource = PresentationSource.CriticalFromVisual(findToolBar) as HwndSource;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (2)
64PresentationSource source = PresentationSource.CriticalFromVisual(relativeTo);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelperAvalon.cs (1)
45isConnected = PresentationSource.CriticalFromVisual(visual ) != null;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
141HwndSource hwndSource = PresentationSource.CriticalFromVisual(uiScope) as HwndSource; 162HwndSource hwndSource = PresentationSource.CriticalFromVisual(uiScope) as HwndSource;
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (4)
59PresentationSource presentationSource = PresentationSource.CriticalFromVisual(textView.RenderScope); 101PresentationSource presentationSource = PresentationSource.CriticalFromVisual(textView.RenderScope);
System\Windows\Controls\ComboBox.cs (1)
1930HwndSource source = PresentationSource.CriticalFromVisual(itemsHost) as HwndSource;
System\Windows\Controls\Menu.cs (5)
240System.Windows.Interop.HwndSource source = PresentationSource.CriticalFromVisual(this) as System.Windows.Interop.HwndSource; 334PresentationSource source = sender as PresentationSource; 335PresentationSource mySource = null; 337mySource = PresentationSource.CriticalFromVisual(this);
System\Windows\Controls\PopupControlService.cs (11)
62PresentationSource source = PresentationSource.CriticalFromVisual((DependencyObject)directlyOver); 845PresentationSource presentationSource = (owner != null) ? PresentationSource.CriticalFromVisual(owner) : null; 922PresentationSource presentationSource = (owner != null) ? PresentationSource.CriticalFromVisual(owner) : null; 1066return PresentationSource.CriticalFromVisual(uie) == null; 1357internal ConvexHull(PresentationSource source, List<NativeMethods.RECT> rects) 1589PresentationSource mouseSource = Mouse.PrimaryDevice.CriticalActiveSource; 1641internal bool ContainsPoint(PresentationSource source, int x, int y) 1723private PresentationSource _source;
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
107if (!PresentationSource.IsUnderSamePresentationSource(e.OriginalSource as DependencyObject, this))
System\Windows\Controls\Primitives\MenuBase.cs (3)
889_pushedMenuMode = PresentationSource.CriticalFromVisual(this); 901PresentationSource pushedMenuMode = _pushedMenuMode; 928private PresentationSource _pushedMenuMode;
System\Windows\Controls\Primitives\Popup.cs (2)
3421private static PresentationSource GetPresentationSource(Visual visual) 3423return (visual != null ? PresentationSource.CriticalFromVisual(visual) : null);
System\Windows\Controls\ScrollViewer.cs (1)
1647if (!PresentationSource.IsUnderSamePresentationSource(e.OriginalSource as DependencyObject, this))
System\Windows\Controls\TextAdaptor.cs (4)
393PresentationSource presentationSource = PresentationSource.CriticalFromVisual(visual); 433PresentationSource presentationSource = PresentationSource.CriticalFromVisual(visual);
System\Windows\Controls\WebBrowser.cs (2)
732PresentationSource pSource = PresentationSource.CriticalFromVisual(this);
System\windows\Documents\CaretElement.cs (4)
967PresentationSource source = PresentationSource.CriticalFromVisual(this); 1056PresentationSource source = null; 1057source = PresentationSource.CriticalFromVisual(this);
System\Windows\Documents\ImmComposition.cs (5)
64HwndSource source = PresentationSource.CriticalFromVisual(scope) as HwndSource; 99PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 122PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 130PresentationSource.AddSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 269PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged));
System\windows\Documents\TextEditorContextMenu.cs (2)
297PresentationSource source = PresentationSource.CriticalFromVisual(This.UiScope);
System\windows\Documents\TextEditorDragDrop.cs (2)
651PresentationSource source = null; 653source = PresentationSource.CriticalFromVisual(_textEditor.UiScope);
System\windows\Documents\TextEditorTyping.cs (3)
479PresentationSource.AddSourceChangedHandler(element, OnSourceChanged); 489PresentationSource.RemoveSourceChangedHandler(element, OnSourceChanged); 1600IWin32Window win32Window = PresentationSource.CriticalFromVisual(This.UiScope) as IWin32Window;
System\Windows\Documents\TextStore.cs (10)
930PresentationSource source; 1006PresentationSource source; 1131PresentationSource source; 2599private void GetVisualInfo(out PresentationSource source, out IWin32Window win32Window, out ITextView view) 2601source = PresentationSource.CriticalFromVisual(RenderScope); 2613private static UnsafeNativeMethods.RECT TransformRootRectToScreenCoordinates(Point milPointTopLeft, Point milPointBottomRight, IWin32Window win32Window, PresentationSource source) 2835PresentationSource source = null; 2837source = PresentationSource.CriticalFromVisual((Visual)RenderScope); 3298win32Window = PresentationSource.CriticalFromVisual(RenderScope) as IWin32Window; 3302win32Window = PresentationSource.FromVisual(RenderScope) as IWin32Window;
System\Windows\FrameworkContentElement.cs (1)
691if (dp != null && dp.OwnerType == typeof(PresentationSource) && dp.Name == "RootSource")
System\Windows\FrameworkElement.cs (1)
2063if (dp != null && dp.OwnerType == typeof(PresentationSource) && dp.Name == "RootSource")
System\Windows\Generated\FrameworkContentElement.cs (1)
425PresentationSource.OnAncestorChanged(this);
System\Windows\Input\KeyboardNavigation.cs (6)
148PresentationSource source = PresentationSource.CriticalFromVisual(d); 1097IKeyboardInputSink inputSink = PresentationSource.CriticalFromVisual(visual) as IKeyboardInputSink; 3265PresentationSource source = null; 3270source = (eventSourceVisual != null) ? PresentationSource.CriticalFromVisual(eventSourceVisual) : null; 3383PresentationSource source;
System\Windows\Interop\HwndHost.cs (14)
336PresentationSource source = null; 340source = PresentationSource.CriticalFromVisual(this, false /* enable2DTo3DTransition */); 387private NativeMethods.RECT CalculateAssignedRC(PresentationSource source) 498PresentationSource.RemoveSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged)); 561PresentationSource source = PresentationSource.CriticalFromVisual(this, false /* enable2DTo3DTransition */); 827PresentationSource.AddSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged)); 856IKeyboardInputSink source = PresentationSource.CriticalFromVisual(this, false /* enable2DTo3DTransition */) as IKeyboardInputSink; 925PresentationSource source = PresentationSource.CriticalFromVisual(this, false /* enable2DTo3DTransition */); 938PresentationSource goingThrough3DSource = PresentationSource.CriticalFromVisual(this, true /* enable2DTo3DTransition */); 1063PresentationSource source = PresentationSource.CriticalFromVisual(this, false /* enable2DTo3DTransition */);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
579case 486: t = () => typeof(PresentationSource); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8722typeof(System.Windows.PresentationSource),
System\Windows\Markup\KnownTypes.cs (1)
6033case KnownElements.PresentationSource: t = typeof(System.Windows.PresentationSource); break;
System\Windows\SystemResources.cs (4)
1230PresentationSource source = (PresentationSource)argsArray[0]; 1305foreach (PresentationSource source in PresentationSource.CriticalCurrentSources)
System\Windows\VisualStateManager.cs (2)
311controlInTree = (PresentationSource.CriticalFromVisual(control) != null); 319stateGroupsRootInTree = (PresentationSource.CriticalFromVisual(stateGroupsRoot) != null);
System\Windows\Window.cs (1)
7021if (!PresentationSource.IsUnderSamePresentationSource(e.OriginalSource as DependencyObject, this))
System.Windows.Controls.Ribbon (12)
Microsoft\Windows\Controls\KeyTipService.cs (2)
798PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual); 1255PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (5)
129PresentationSource.AddSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChangedHandler)); 2338PresentationSource targetSource = sender as PresentationSource; 2350PresentationSource targetSource = sender as PresentationSource;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (4)
1040PresentationSource mouseSource = Mouse.PrimaryDevice.ActiveSource; 2502public static PresentationSource GetPresentationSourceFromVisual(Visual visual) 2510return PresentationSource.CriticalFromVisual(visual); 2905hwndSource = PresentationSource.FromVisual(targetVisual) as HwndSource;
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
287CompositionTarget compositionTarget = PresentationSource.FromVisual(rw).CompositionTarget;
WindowsFormsIntegration (4)
System\Windows\Integration\ApplicationInterop.cs (2)
417return (PresentationSource.FromVisual(x) != null) ? (PresentationSource.FromVisual(x)).RootVisual : null;
System\Windows\Integration\WindowsFormsHost.cs (2)
984PresentationSource presentationSource = PresentationSource.FromVisual(this._host);