69 writes to Source
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
344Source = button,
PresentationFramework (42)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
581Source = this 586Source = this
MS\Internal\Data\LiveShapingItem.cs (1)
121binding.Source = _item;
System\Windows\Controls\DataGrid.cs (1)
1928Source = _internalScrollHost
System\Windows\Controls\DatePicker.cs (1)
1092Source = this
System\Windows\Controls\FlowDocumentReader.cs (1)
1115Source = this
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1297Source = this
System\Windows\Controls\InkCanvas.cs (3)
648Source = this, 2036Source = this 2205Source = this
System\Windows\Controls\MenuItem.cs (1)
2139Source = newParent
System\Windows\Controls\PopupControlService.cs (1)
451Source = o
System\Windows\Controls\Primitives\CalendarItem.cs (1)
1400Source = this.Owner
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
92Source = this
System\Windows\Controls\Primitives\Popup.cs (9)
905Source = child 919Source = child 926Source = child 933Source = child 940Source = child 947Source = child 954Source = child 963Source = child 972Source = child
System\Windows\Controls\Primitives\PopupRoot.cs (6)
252Source = popup 259Source = popup 266Source = popup 273Source = popup 280Source = popup 287Source = popup
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
79Source = scrollViewer 89Source = scrollViewer
System\Windows\Controls\Primitives\Selector.cs (1)
748Source = null
System\Windows\Controls\Primitives\TickBar.cs (1)
696Source = parent.Track.Thumb
System\Windows\Controls\Primitives\Track.cs (1)
687Source = this.TemplatedParent,
System\Windows\Controls\StickyNote.cs (2)
1442Source = this 1450Source = this
System\Windows\Controls\TabItem.cs (1)
112Source = tabItem
System\Windows\Controls\TextSearch.cs (1)
658binding.Source = null;
System\Windows\Controls\TreeView.cs (1)
316Source = null
System\Windows\Data\BindingGroup.cs (1)
1409Source = entry.Item,
System\Windows\Documents\Adorner.cs (1)
212Source = adorner.AdornedElement
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7111SetDelegate = delegate (object target, object value) { ((System.Windows.Data.Binding)target).Source = (System.Object)value; },
PresentationUI (6)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (6)
711Source = host 717Source = host 767Source = host 773Source = host 1118Source = this 1134Source = this
System.Windows.Controls.Ribbon (20)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (8)
342Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 365Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 377Source = contextMenu, 384Source = contextMenu, 389Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 462Binding isCheckedBinding = new Binding () { Source = contextMenu, Path = path }; 466Source = contextMenu, 471Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu };
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (2)
78Binding currentFilterBinding = new Binding("CurrentFilter") { Source = parentGallery }; 82Binding currentFilterStyleBinding = new Binding("CurrentFilterStyle") { Source = parentGallery };
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (5)
113Binding itemsSourceBinding = new Binding() { Source = this._categoryFilters }; 291Binding currentFilterTemplateBinding = new Binding("CurrentFilterTemplate") { Source = this }; 357Binding currentFilterBinding = new Binding("CurrentFilter") { Source = this }; 358Binding myHeaderBinding = new Binding("DataContext") { Source = filterItem }; 1469Source = item
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
2389Source = parentItemsControl 2395Source = parentItemsControl 2401Source = parentItemsControl
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
118Source = newParent
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (1)
271Source = _partHeaderButton
2 references to Source
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7112GetDelegate = delegate (object target) { return ((System.Windows.Data.Binding)target).Source; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1233cvs = binding.Source as CollectionViewSource;