1 write to PropertyName
System.ObjectModel (1)
System\ComponentModel\PropertyChangedEventArgs.cs (1)
17
PropertyName
= propertyName;
128 references to PropertyName
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
273
if (e.
PropertyName
== nameof(_smartRenameSession.SuggestedNames))
373
if (e.
PropertyName
== nameof(BaseViewModel.IdentifierText))
Microsoft.Maui.Controls (74)
BindingExpression.cs (1)
691
string name = args.
PropertyName
;
Border\Border.cs (2)
70
if (e.
PropertyName
!= nameof(Window) &&
71
e.
PropertyName
!= nameof(Parent))
Cells\Cell.cs (4)
290
if (e.
PropertyName
== "RowHeight")
292
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName ||
293
e.
PropertyName
== VisualElement.VisualProperty.PropertyName)
294
PropertyPropagationController.PropagatePropertyChanged(e.
PropertyName
);
IndicatorView\IndicatorStackLayout.cs (8)
34
if (e.
PropertyName
== IndicatorView.IndicatorsShapeProperty.PropertyName
35
|| e.
PropertyName
== IndicatorView.IndicatorTemplateProperty.PropertyName)
39
if (e.
PropertyName
== IndicatorView.MaximumVisibleProperty.PropertyName
40
|| e.
PropertyName
== IndicatorView.PositionProperty.PropertyName
41
|| e.
PropertyName
== IndicatorView.HideSingleProperty.PropertyName
42
|| e.
PropertyName
== IndicatorView.IndicatorColorProperty.PropertyName
43
|| e.
PropertyName
== IndicatorView.SelectedIndicatorColorProperty.PropertyName
44
|| e.
PropertyName
== IndicatorView.IndicatorSizeProperty.PropertyName)
Interactivity\PropertyCondition.cs (1)
113
if (e.
PropertyName
!= Property.PropertyName)
LegacyLayouts\AbsoluteLayout.cs (2)
154
if (e.
PropertyName
== LayoutFlagsProperty.PropertyName || e.
PropertyName
== LayoutBoundsProperty.PropertyName)
LegacyLayouts\FlexLayout.cs (5)
362
if (e.
PropertyName
== WidthRequestProperty.PropertyName
363
|| e.
PropertyName
== HeightRequestProperty.PropertyName)
374
if (e.
PropertyName
== MarginProperty.PropertyName)
388
if (e.
PropertyName
== PaddingProperty.PropertyName)
402
if (e.
PropertyName
== IsVisibleProperty.PropertyName)
LegacyLayouts\Grid.cs (4)
256
if (e.
PropertyName
== ColumnProperty.PropertyName || e.
PropertyName
== ColumnSpanProperty.PropertyName || e.
PropertyName
== RowProperty.PropertyName ||
257
e.
PropertyName
== RowSpanProperty.PropertyName)
Menu\MenuItemTracker.cs (4)
170
if (propertyChangedEventArgs.
PropertyName
== NavigationPage.CurrentPageProperty.PropertyName ||
171
propertyChangedEventArgs.
PropertyName
== FlyoutPage.IsPresentedProperty.PropertyName ||
172
propertyChangedEventArgs.
PropertyName
== "Detail" ||
173
propertyChangedEventArgs.
PropertyName
== "Flyout")
PlatformBindingHelpers.cs (1)
51
if (e.
PropertyName
!= targetProperty)
PropertyChangedEventArgsExtensions.cs (20)
12
if (string.IsNullOrEmpty(args.
PropertyName
))
15
return args.
PropertyName
== property.PropertyName;
21
if (string.IsNullOrEmpty(args.
PropertyName
))
24
return args.
PropertyName
== p0.PropertyName ||
25
args.
PropertyName
== p1.PropertyName;
31
if (string.IsNullOrEmpty(args.
PropertyName
))
34
return args.
PropertyName
== p0.PropertyName ||
35
args.
PropertyName
== p1.PropertyName ||
36
args.
PropertyName
== p2.PropertyName;
42
if (string.IsNullOrEmpty(args.
PropertyName
))
45
return args.
PropertyName
== p0.PropertyName ||
46
args.
PropertyName
== p1.PropertyName ||
47
args.
PropertyName
== p2.PropertyName ||
48
args.
PropertyName
== p3.PropertyName;
54
if (string.IsNullOrEmpty(args.
PropertyName
))
57
return args.
PropertyName
== p0.PropertyName ||
58
args.
PropertyName
== p1.PropertyName ||
59
args.
PropertyName
== p2.PropertyName ||
60
args.
PropertyName
== p3.PropertyName ||
61
args.
PropertyName
== p4.PropertyName;
Shapes\Path.cs (1)
91
if (args.
PropertyName
== Transform.ValueProperty.PropertyName)
Shell\MenuShellItem.cs (3)
32
if (e.
PropertyName
== Shell.MenuItemTemplateProperty.PropertyName)
34
else if (e.
PropertyName
== TitleProperty.PropertyName)
36
else if (e.
PropertyName
== Shell.FlyoutItemIsVisibleProperty.PropertyName)
Shell\Shell.cs (1)
894
if (e.
PropertyName
== CurrentItemProperty.PropertyName)
Shell\ShellContent.cs (1)
187
if (e.
PropertyName
== Page.IsVisibleProperty.PropertyName)
Shell\ShellElementCollection.cs (1)
253
if (e.
PropertyName
== nameof(BaseShellItem.IsVisible))
SwipeView\SwipeView.cs (2)
280
if (e.
PropertyName
== IsEnabledProperty.PropertyName)
282
else if (e.
PropertyName
== MarginProperty.PropertyName)
TabbedPage\TabbedPage.cs (1)
127
if (e.
PropertyName
== Page.TitleProperty.PropertyName)
TableView\TableRoot.cs (1)
34
if (propertyChangedEventArgs.
PropertyName
== TitleProperty.PropertyName)
TableView\TableView.cs (1)
167
if (e.
PropertyName
== TableSectionBase.TitleProperty.PropertyName)
TemplatedItemsList.cs (6)
670
if (_itemSourceProperty != null && e.
PropertyName
== _itemSourceProperty.PropertyName)
672
else if (e.
PropertyName
== _itemTemplateProperty.PropertyName)
674
else if (ProgressiveLoadingProperty != null && e.
PropertyName
== ProgressiveLoadingProperty.PropertyName)
676
else if (GroupHeaderTemplateProperty != null && e.
PropertyName
== GroupHeaderTemplateProperty.PropertyName)
678
else if (IsGroupingEnabledProperty != null && e.
PropertyName
== IsGroupingEnabledProperty.PropertyName)
1311
if (e.
PropertyName
!= ShortNameProperty.PropertyName)
TitleBar\TitleBar.cs (1)
274
if (e.
PropertyName
== nameof(Window) && Window is not null)
TypedBinding.cs (2)
502
if (!string.IsNullOrEmpty(e.
PropertyName
) && string.CompareOrdinal(e.
PropertyName
, PropertyName) != 0)
Window\Window.cs (1)
672
if (e.
PropertyName
== nameof(Shell.Title))
Microsoft.VisualStudio.LanguageServices (11)
CommonControls\MemberSelection.xaml.cs (1)
40
if (e.
PropertyName
== nameof(MemberSelectionViewModel.ShowMakeAbstract))
CommonControls\MemberSelectionViewModel.cs (2)
83
if (e.
PropertyName
== nameof(MemberSymbolViewModel.IsChecked))
89
if (e.
PropertyName
== nameof(MemberSymbolViewModel.IsMakeAbstractCheckable))
MoveStaticMembers\MoveStaticMembersDialogViewModel.cs (1)
63
switch (e.
PropertyName
)
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (1)
41
switch (e.
PropertyName
)
Options\VisualStudioSettingsOptionPersister.cs (1)
54
if (_storageKeysToMonitorForChanges.TryGetValue(args.
PropertyName
, out var entry) &&
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (1)
50
if (e.
PropertyName
== nameof(MemberSelectionViewModel.CheckedMembers))
ValueTracking\TreeItemViewModel.cs (2)
83
if (e.
PropertyName
== nameof(IsLoading))
91
if (e.
PropertyName
== nameof(TreeViewModel.HighlightBrush))
ValueTracking\ValueTrackingTreeViewModel.cs (2)
95
if (e.
PropertyName
== nameof(SelectedItem))
116
if (e.
PropertyName
== nameof(LoadingCount))
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (5)
PropertyChangedTestMonitor.vb (5)
37
If _expectationCountMap.ContainsKey(e.
PropertyName
) Then
38
_expectationCountMap(e.
PropertyName
) -= 1
39
If _expectationCountMap(e.
PropertyName
) < 0 AndAlso strict Then
40
_failures.Add(String.Format("Property '{0}' was updated more times than expected.", e.
PropertyName
))
43
_failures.Add(String.Format("Property '{0}' was unexpectedly updated.", e.
PropertyName
))
PresentationCore (1)
System\Windows\Input\Command\MouseBinding.cs (1)
221
if (string.Equals(e.
PropertyName
, "MouseAction", StringComparison.Ordinal))
PresentationFramework (6)
MS\Internal\Data\PropertyPathWorker.cs (2)
1693
_host.OnSourcePropertyChanged(sender, e.
PropertyName
);
1731
_host.OnSourcePropertyChanged(sender, e.
PropertyName
);
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
208
list = typeRecord.GetListenerList(args.
PropertyName
);
MS\Internal\Data\ValueTable.cs (1)
180
string propertyName = e.
PropertyName
;
System\Windows\Controls\GridViewColumnCollection.cs (1)
235
_internalCollectionChanged(this, new GridViewColumnCollectionChangedEventArgs(column, e.
PropertyName
));
System\Windows\Controls\ItemContainerGenerator.cs (1)
2356
if (e.
PropertyName
== "Panel")
System.ComponentModel.TypeConverter (4)
System\ComponentModel\BindingList.cs (2)
472
if (sender == null || e == null || string.IsNullOrEmpty(e.
PropertyName
))
522
PropertyDescriptor? pd = _itemTypeProperties.Find(e.
PropertyName
, true);
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
953
if (string.IsNullOrEmpty(e.
PropertyName
) ||
954
string.Compare(e.
PropertyName
, Name, true, CultureInfo.InvariantCulture) == 0)
System.Data.Common (7)
System\Xml\XmlDataDocument.cs (7)
2161
if (args.
PropertyName
== "DataSetName")
2166
if (args.
PropertyName
== "ColumnName")
2168
if (args.
PropertyName
== "Namespace")
2170
if (args.
PropertyName
== "ColumnMapping")
2175
if (args.
PropertyName
== "TableName")
2177
if (args.
PropertyName
== "Namespace")
2224
if (args.
PropertyName
== "Nested")
WindowsBase.Tests (14)
System\ComponentModel\GroupDescriptionTests.cs (8)
110
Assert.Equal("CustomSort", e.
PropertyName
);
143
properties.Add(e.
PropertyName
!);
179
properties.Add(e.
PropertyName
!);
246
Assert.Equal("GroupNames", e.
PropertyName
);
293
Assert.Equal("SortDescriptions", e.
PropertyName
);
321
Assert.Equal("SortDescriptions", e.
PropertyName
);
400
Assert.Equal("SortDescriptions", e.
PropertyName
);
439
properties.Add(e.
PropertyName
!);
System\Windows\Data\DataSourceProviderTests.cs (6)
204
Assert.Equal("IsInitialLoadEnabled", e.
PropertyName
);
1261
Assert.Equal("Data", e.
PropertyName
);
1335
Assert.Equal("Data", e.
PropertyName
);
1608
Assert.Equal("Data", e.
PropertyName
);
1658
propertyNames.Add(e.
PropertyName
!);
1769
Assert.Equal("Data", e.
PropertyName
);
xunit.assert (4)
PropertyAsserts.cs (4)
47
propertyChangeHappened = propertyChangeHappened || string.IsNullOrEmpty(args.
PropertyName
) || propertyName.Equals(args.
PropertyName
, StringComparison.OrdinalIgnoreCase);
94
propertyChangeHappened = propertyChangeHappened || string.IsNullOrEmpty(args.
PropertyName
) || propertyName.Equals(args.
PropertyName
, StringComparison.OrdinalIgnoreCase);