78 writes to Source
PresentationFramework (42)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
606markerStroke.Source = this; 609markerStrokeThickness.Source = this;
src\Framework\MS\Internal\Data\LiveShapingItem.cs (1)
125binding.Source = _item;
src\Framework\System\Windows\Controls\DataGrid.cs (1)
1942horizontalOffsetBinding.Source = _internalScrollHost;
src\Framework\System\Windows\Controls\DatePicker.cs (1)
1088binding.Source = this;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1138binding.Source = this;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1319binding.Source = this;
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
663activeEditingModeBinding.Source = this; 2121strokes.Source = this; 2328background.Source = this;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2204binding.Source = newParent;
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
507binding.Source = o;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
1417result.Source = this.Owner;
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
97watermarkBinding.Source = this;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (9)
920binding.Source = child; 932binding.Source = child; 937binding.Source = child; 942binding.Source = child; 947binding.Source = child; 952binding.Source = child; 957binding.Source = child; 964binding.Source = child; 971binding.Source = child;
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (6)
258binding.Source = popup; 263binding.Source = popup; 268binding.Source = popup; 273binding.Source = popup; 278binding.Source = popup; 283binding.Source = popup;
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
83horizontalBinding.Source = scrollViewer; 91verticalBinding.Source = scrollViewer;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
771binding.Source = null;
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (1)
709binding.Source = parent.Track.Thumb;
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
712binding.Source = this.TemplatedParent;
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1503stickyNoteInkEditingMode.Source = this; 1509stickyNoteIsKeyboardFocusWithin.Source = this;
src\Framework\System\Windows\Controls\TabItem.cs (1)
122binding.Source = tabItem;
src\Framework\System\Windows\Controls\TextSearch.cs (1)
684binding.Source = null;
src\Framework\System\Windows\Controls\TreeView.cs (1)
324binding.Source = null;
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1439binding.Source = entry.Item;
src\Framework\System\Windows\Documents\Adorner.cs (1)
225binding.Source = adorner.AdornedElement;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6579bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).Source = (System.Object)value; };
System.Activities.Core.Presentation (14)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
881sizeBinding.Source = element; 884locationBinding.Source = element; 928labelBinding = new Binding { Source = linkModelItem, Path = new PropertyPath("TrueLabel") }; 932labelBinding = new Binding { Source = linkModelItem, Path = new PropertyPath("FalseLabel") };
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
64Source = this,
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
344new Binding { Source = this, Mode = BindingMode.OneWay, Path = new PropertyPath(this.CaseProperty) }, 345new Binding { Source = this, Mode = BindingMode.OneWay, Path = new PropertyPath(this.IsDefaultCaseProperty) }, 408result.Bindings.Add(new Binding { Source = this, Mode = BindingMode.OneWay, Path = new PropertyPath(this.DefaultCaseDisplayNameProperty) });
System\Activities\Core\Presentation\IfElseDesigner.xaml.cs (2)
48b.Source = this.ModelItem; 57b1.Source = this.ModelItem;
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (2)
66Source = connectorModelItem, 73Source = connectorModelItem,
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
1039sizeBinding.Source = element; 1042locationBinding.Source = element;
System.Activities.Presentation (22)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateInfoPresenter.xaml.cs (1)
47binding.Source = this.DelegateInfo.ModelItem;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (2)
88basicMatchesFilterBinding.Source = this; 93advancedMatchesFilterBinding.Source = this;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (1)
42searchTextBinding.Source = this.owner.searchBox;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
819toggleButtonHelpTextBinding.Source = toggleButtonTextBlock; 1519Source = zoomSlider, 1526Source = zoomSlider,
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
740binding.Source = source;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
290binding.Source = this; 293binding.Source = this;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
170textToType.Source = this; 177labelBinding.Source = this; 180typeBinding.Source = this.typeTextBlock;
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
666binding.Source = this;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (8)
209modelItemBinding.Source = this; 213isRootDesignerBinding.Source = this; 218expandAllBinding.Source = view; 222collapseAllBinding.Source = view; 226expandStateBinding.Source = this; 230pinStateBinding.Source = this; 234selfBinding.Source = this; 237containerBinding.Source = this;
1 reference to Source
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6580bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.Binding)target).Source; };