69 writes to Source
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
211Source = button,
PresentationFramework (42)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
587markerStroke.Source = this; 590markerStrokeThickness.Source = this;
MS\Internal\Data\LiveShapingItem.cs (1)
122binding.Source = _item;
System\Windows\Controls\DataGrid.cs (1)
1938horizontalOffsetBinding.Source = _internalScrollHost;
System\Windows\Controls\DatePicker.cs (1)
1099binding.Source = this;
System\Windows\Controls\FlowDocumentReader.cs (1)
1132binding.Source = this;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1311binding.Source = this;
System\Windows\Controls\InkCanvas.cs (3)
650activeEditingModeBinding.Source = this; 2036strokes.Source = this; 2203background.Source = this;
System\Windows\Controls\MenuItem.cs (1)
2156binding.Source = newParent;
System\Windows\Controls\PopupControlService.cs (1)
459binding.Source = o;
System\Windows\Controls\Primitives\CalendarItem.cs (1)
1413result.Source = this.Owner;
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
97watermarkBinding.Source = this;
System\Windows\Controls\Primitives\Popup.cs (9)
916binding.Source = child; 928binding.Source = child; 933binding.Source = child; 938binding.Source = child; 943binding.Source = child; 948binding.Source = child; 953binding.Source = child; 960binding.Source = child; 967binding.Source = child;
System\Windows\Controls\Primitives\PopupRoot.cs (6)
261binding.Source = popup; 266binding.Source = popup; 271binding.Source = popup; 276binding.Source = popup; 281binding.Source = popup; 286binding.Source = popup;
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
82horizontalBinding.Source = scrollViewer; 90verticalBinding.Source = scrollViewer;
System\Windows\Controls\Primitives\Selector.cs (1)
761binding.Source = null;
System\Windows\Controls\Primitives\TickBar.cs (1)
708binding.Source = parent.Track.Thumb;
System\Windows\Controls\Primitives\Track.cs (1)
710binding.Source = this.TemplatedParent;
System\Windows\Controls\StickyNote.cs (2)
1493stickyNoteInkEditingMode.Source = this; 1499stickyNoteIsKeyboardFocusWithin.Source = this;
System\Windows\Controls\TabItem.cs (1)
121binding.Source = tabItem;
System\Windows\Controls\TextSearch.cs (1)
671binding.Source = null;
System\Windows\Controls\TreeView.cs (1)
323binding.Source = null;
System\Windows\Data\BindingGroup.cs (1)
1437binding.Source = entry.Item;
System\Windows\Documents\Adorner.cs (1)
218binding.Source = adorner.AdornedElement;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6621bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).Source = (System.Object)value; };
PresentationUI (6)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (6)
727bind.Source = host; 731bind.Source = host; 779bind.Source = host; 783bind.Source = host; 1120bind.Source = this; 1134bind.Source = this;
System.Windows.Controls.Ribbon (20)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (8)
344Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 367Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 377Binding headerBinding = new Binding("PlacementTarget") { Source = contextMenu }; 381Binding commandBinding = new Binding("PlacementTarget") { Source = contextMenu }; 385Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu }; 455Binding isCheckedBinding = new Binding () { Source = contextMenu, Path = path }; 457Binding isMinimizedBinding = new Binding() { Source = contextMenu, Path = path }; 460Binding placementTargetBinding = new Binding("PlacementTarget") { Source = contextMenu };
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (2)
81Binding currentFilterBinding = new Binding("CurrentFilter") { Source = parentGallery }; 85Binding currentFilterStyleBinding = new Binding("CurrentFilterStyle") { Source = parentGallery };
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (5)
116Binding itemsSourceBinding = new Binding() { Source = this._categoryFilters }; 294Binding currentFilterTemplateBinding = new Binding("CurrentFilterTemplate") { Source = this }; 358Binding currentFilterBinding = new Binding("CurrentFilter") { Source = this }; 359Binding myHeaderBinding = new Binding("DataContext") { Source = filterItem }; 1469itemBinding.Source = item;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
2414binding.Source = parentItemsControl; 2418binding.Source = parentItemsControl; 2422binding.Source = parentItemsControl;
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
121binding.Source = newParent;
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (1)
277binding.Source = _partHeaderButton;
2 references to Source
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6622bamlMember.GetDelegate = 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;