69 writes to Source
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
326Source = button,
PresentationFramework (42)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
582Source = this 587Source = this
MS\Internal\Data\LiveShapingItem.cs (1)
121binding.Source = _item;
System\Windows\Controls\DataGrid.cs (1)
1929Source = _internalScrollHost
System\Windows\Controls\DatePicker.cs (1)
1093Source = this
System\Windows\Controls\FlowDocumentReader.cs (1)
1116Source = this
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1298Source = this
System\Windows\Controls\InkCanvas.cs (3)
649Source = this, 2037Source = this 2206Source = this
System\Windows\Controls\MenuItem.cs (1)
2140Source = newParent
System\Windows\Controls\PopupControlService.cs (1)
452Source = o
System\Windows\Controls\Primitives\CalendarItem.cs (1)
1401Source = 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)
688Source = this.TemplatedParent,
System\Windows\Controls\StickyNote.cs (2)
1443Source = this 1451Source = this
System\Windows\Controls\TabItem.cs (1)
113Source = tabItem
System\Windows\Controls\TextSearch.cs (1)
659binding.Source = null;
System\Windows\Controls\TreeView.cs (1)
317Source = null
System\Windows\Data\BindingGroup.cs (1)
1410Source = entry.Item,
System\Windows\Documents\Adorner.cs (1)
213Source = 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)
712Source = host 718Source = host 768Source = host 774Source = host 1119Source = this 1135Source = 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)
2390Source = parentItemsControl 2396Source = parentItemsControl 2402Source = parentItemsControl
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
119Source = newParent
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (1)
272Source = _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;