69 writes to Source
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
211Source = button,
PresentationFramework (42)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
584Source = this 589Source = this
MS\Internal\Data\LiveShapingItem.cs (1)
121binding.Source = _item;
System\Windows\Controls\DataGrid.cs (1)
1938Source = _internalScrollHost
System\Windows\Controls\DatePicker.cs (1)
1096Source = this
System\Windows\Controls\FlowDocumentReader.cs (1)
1128Source = this
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1313Source = this
System\Windows\Controls\InkCanvas.cs (3)
649Source = this, 2037Source = this 2206Source = this
System\Windows\Controls\MenuItem.cs (1)
2147Source = newParent
System\Windows\Controls\PopupControlService.cs (1)
452Source = o
System\Windows\Controls\Primitives\CalendarItem.cs (1)
1410Source = this.Owner
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
93Source = this
System\Windows\Controls\Primitives\Popup.cs (9)
906Source = child 920Source = child 927Source = child 934Source = child 941Source = child 948Source = child 955Source = child 964Source = child 973Source = child
System\Windows\Controls\Primitives\PopupRoot.cs (6)
253Source = popup 260Source = popup 267Source = popup 274Source = popup 281Source = popup 288Source = popup
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
80Source = scrollViewer 90Source = scrollViewer
System\Windows\Controls\Primitives\Selector.cs (1)
749Source = null
System\Windows\Controls\Primitives\TickBar.cs (1)
697Source = parent.Track.Thumb
System\Windows\Controls\Primitives\Track.cs (1)
702Source = this.TemplatedParent,
System\Windows\Controls\StickyNote.cs (2)
1469Source = this 1477Source = this
System\Windows\Controls\TabItem.cs (1)
116Source = tabItem
System\Windows\Controls\TextSearch.cs (1)
659binding.Source = null;
System\Windows\Controls\TreeView.cs (1)
319Source = null
System\Windows\Data\BindingGroup.cs (1)
1422Source = entry.Item,
System\Windows\Documents\Adorner.cs (1)
216Source = adorner.AdornedElement
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7112SetDelegate = delegate (object target, object value) { ((System.Windows.Data.Binding)target).Source = (System.Object)value; },
PresentationUI (6)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (6)
715Source = host 721Source = host 771Source = host 777Source = host 1122Source = this 1138Source = this
System.Windows.Controls.Ribbon (20)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (8)
343Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 366Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 378Source = contextMenu, 385Source = contextMenu, 390Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 463Binding isCheckedBinding = new Binding () { Source = contextMenu, Path = path }; 467Source = contextMenu, 472Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu };
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (2)
79Binding currentFilterBinding = new Binding("CurrentFilter") { Source = parentGallery }; 83Binding currentFilterStyleBinding = new Binding("CurrentFilterStyle") { Source = parentGallery };
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (5)
114Binding itemsSourceBinding = new Binding() { Source = this._categoryFilters }; 292Binding currentFilterTemplateBinding = new Binding("CurrentFilterTemplate") { Source = this }; 358Binding currentFilterBinding = new Binding("CurrentFilter") { Source = this }; 359Binding myHeaderBinding = new Binding("DataContext") { Source = filterItem }; 1470Source = item
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
2414Source = parentItemsControl 2420Source = parentItemsControl 2426Source = parentItemsControl
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
119Source = newParent
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (1)
275Source = _partHeaderButton
2 references to Source
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7113GetDelegate = delegate (object target) { return ((System.Windows.Data.Binding)target).Source; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1234cvs = binding.Source as CollectionViewSource;