78 references to PropertyName
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
235if (string.Compare(e.PropertyName, "MouseAction", StringComparison.Ordinal) == 0)
PresentationFramework (6)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
1790_host.OnSourcePropertyChanged(sender, e.PropertyName); 1826_host.OnSourcePropertyChanged(sender, e.PropertyName);
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
217list = typeRecord.GetListenerList(args.PropertyName);
src\Framework\MS\Internal\Data\ValueTable.cs (1)
186string propertyName = e.PropertyName;
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
239_internalCollectionChanged(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
2373if (e.PropertyName == "Panel")
System (5)
compmod\system\collections\specialized\marshalinghelpers.cs (1)
134return System.StubHelpers.EventArgsMarshaler.CreateNativePCEventArgsInstance(managedArgs.PropertyName);
compmod\system\componentmodel\BindingList.cs (2)
562if (sender == null || e == null || string.IsNullOrEmpty(e.PropertyName)) { 603PropertyDescriptor pd = itemTypeProperties.Find(e.PropertyName, true);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
977if (String.IsNullOrEmpty(e.PropertyName) || 978String.Compare(e.PropertyName, Name, true, System.Globalization.CultureInfo.InvariantCulture) == 0) {
System.Activities (2)
System\Activities\WorkflowDataContext.cs (2)
147if (e.PropertyName == "Value") 153handler(this, new PropertyChangedEventArgs(property.Name + "." + e.PropertyName));
System.Activities.Core.Presentation (14)
System\Activities\Core\Presentation\AssignDesigner.xaml.cs (1)
96if (e.PropertyName == ToPropertyName)
System\Activities\Core\Presentation\DynamicActivityPropertyChooser.xaml.cs (1)
94if (e.PropertyName == "SelectedPropertyName")
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
149if (e.PropertyName == "Condition")
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (2)
158if (e.PropertyName == "Expression") 162else if (e.PropertyName == "DefaultCaseDisplayName")
System\Activities\Core\Presentation\InteropDesigner.xaml.cs (1)
72if (e.PropertyName == "ActivityType")
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
109if (e.PropertyName == StateMachineDesigner.InitialStatePropertyName)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
173if (e.PropertyName == "Default" && !this.ShowDefaultCaseExpanded)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
233if (e.PropertyName.Equals(TriggerPropertyName) && this.TransitionsSharingTrigger.Count > 0)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
191switch (e.PropertyName)
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
128if (string.Equals(e.PropertyName, Message))
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (1)
106if (string.Equals(e.PropertyName, Message))
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
131if (string.Equals(e.PropertyName, Message))
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (1)
105if (string.Equals(e.PropertyName, Message))
System.Activities.Presentation (20)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
361if (e.PropertyName == Annotation.AnnotationTextPropertyName)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
461if (!this.PropertyName.Equals(e.PropertyName))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
607if ("Parent".Equals(e.PropertyName))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (2)
601if ("MatchesFilter".Equals(e.PropertyName)) 603else if ("PropertyValueEditor".Equals(e.PropertyName))
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (7)
101if (!this.changingProperties.Contains(e.PropertyName)) 103this.changingProperties.Add(e.PropertyName); 104this.RaisePropertyChangedEvent(e.PropertyName); 105this.changingProperties.Remove(e.PropertyName); 570this.OnReflectedObjectPropertyChanged(e.PropertyName); 577if (string.Equals(properties[i].Name, e.PropertyName)) 579this.RaisePropertyChangedEvent(e.PropertyName);
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
106ModelProperty changedProperty = rootModel.Properties[e.PropertyName];
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1295Fx.Assert(e.PropertyName == "IdentifierTextBox", "VBIdentifierDesignerBehavior.TextBoxPropertyChanged event should only be raised when IdentifierTextBox property is changed.");
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
147if (propertyList.Contains(e.PropertyName))
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (3)
159string changedPropertyName = ((PropertyChangedEventArgs)e).PropertyName; 486if (e.PropertyName.Equals("IsSelection")) 494else if (e.PropertyName.Equals("IsPrimarySelection"))
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
68if (e.PropertyName == "Version")
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1189if (e.PropertyName.Equals("ExpressionText", StringComparison.Ordinal))
System.Data (28)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
173if (e.PropertyName == "Default" && !this.ShowDefaultCaseExpanded)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
361if (e.PropertyName == Annotation.AnnotationTextPropertyName)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
461if (!this.PropertyName.Equals(e.PropertyName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
607if ("Parent".Equals(e.PropertyName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (2)
601if ("MatchesFilter".Equals(e.PropertyName)) 603else if ("PropertyValueEditor".Equals(e.PropertyName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (7)
101if (!this.changingProperties.Contains(e.PropertyName)) 103this.changingProperties.Add(e.PropertyName); 104this.RaisePropertyChangedEvent(e.PropertyName); 105this.changingProperties.Remove(e.PropertyName); 570this.OnReflectedObjectPropertyChanged(e.PropertyName); 577if (string.Equals(properties[i].Name, e.PropertyName)) 579this.RaisePropertyChangedEvent(e.PropertyName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
106ModelProperty changedProperty = rootModel.Properties[e.PropertyName];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1295Fx.Assert(e.PropertyName == "IdentifierTextBox", "VBIdentifierDesignerBehavior.TextBoxPropertyChanged event should only be raised when IdentifierTextBox property is changed.");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
147if (propertyList.Contains(e.PropertyName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (3)
159string changedPropertyName = ((PropertyChangedEventArgs)e).PropertyName; 486if (e.PropertyName.Equals("IsSelection")) 494else if (e.PropertyName.Equals("IsPrimarySelection"))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
68if (e.PropertyName == "Version")
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1189if (e.PropertyName.Equals("ExpressionText", StringComparison.Ordinal))
fx\src\data\System\NewXml\XmlDataDocument.cs (7)
1945if ( args.PropertyName == "DataSetName" ) 1950if ( args.PropertyName == "ColumnName" ) 1952if ( args.PropertyName == "Namespace" ) 1954if ( args.PropertyName == "ColumnMapping" ) 1958if ( args.PropertyName == "TableName" ) 1960if ( args.PropertyName == "Namespace" ) 2000if ( args.PropertyName == "Nested" )
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingObserver.cs (1)
171string sourceProperty = eventArgs.PropertyName;
WindowsBase (1)
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
501string propertyName = args.PropertyName;