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