1 write to PropertyName
System.ObjectModel (1)
System\ComponentModel\PropertyChangedEventArgs.cs (1)
17
PropertyName
= propertyName;
460 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)
121
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)
261
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)
671
if (e.
PropertyName
== nameof(Shell.Title))
Microsoft.Maui.Controls.Compatibility (346)
iOS\Cells\CellRenderer.cs (2)
124
if (e.
PropertyName
== "RealCell" && sender is BindableObject bo && GetRealCell(bo) == null)
145
System.Diagnostics.Debug.WriteLine($"{e.
PropertyName
}");
iOS\Cells\EntryCellRenderer.cs (8)
62
if (e.
PropertyName
== EntryCell.LabelProperty.PropertyName)
64
else if (e.
PropertyName
== EntryCell.TextProperty.PropertyName)
66
else if (e.
PropertyName
== EntryCell.PlaceholderProperty.PropertyName)
68
else if (e.
PropertyName
== EntryCell.KeyboardProperty.PropertyName)
70
else if (e.
PropertyName
== EntryCell.LabelColorProperty.PropertyName)
72
else if (e.
PropertyName
== EntryCell.HorizontalTextAlignmentProperty.PropertyName)
74
else if (e.
PropertyName
== Cell.IsEnabledProperty.PropertyName)
76
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
iOS\Cells\ImageCellRenderer.cs (1)
38
if (args.
PropertyName
== ImageCell.ImageSourceProperty.PropertyName)
iOS\Cells\SwitchCellRenderer.cs (5)
70
if (e.
PropertyName
== SwitchCell.OnProperty.PropertyName)
75
else if (e.
PropertyName
== SwitchCell.TextProperty.PropertyName)
77
else if (e.
PropertyName
== Cell.IsEnabledProperty.PropertyName)
79
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
81
else if (e.
PropertyName
== SwitchCell.OnColorProperty.PropertyName)
iOS\Cells\TextCellRenderer.cs (6)
58
if (args.
PropertyName
== TextCell.TextProperty.PropertyName)
63
else if (args.
PropertyName
== TextCell.DetailProperty.PropertyName)
68
else if (args.
PropertyName
== TextCell.TextColorProperty.PropertyName)
70
else if (args.
PropertyName
== TextCell.DetailColorProperty.PropertyName)
72
else if (args.
PropertyName
== Cell.IsEnabledProperty.PropertyName)
74
else if (args.
PropertyName
== TextCell.AutomationIdProperty.PropertyName)
iOS\Cells\ViewCellRenderer.cs (1)
80
if (e.
PropertyName
== Cell.IsEnabledProperty.PropertyName)
iOS\ContextActionCell.cs (1)
440
if (e.
PropertyName
== "HasContextActions")
iOS\FormsApplicationDelegate.cs (1)
153
if (args.
PropertyName
== "MainPage")
iOS\HandlerToRendererShim.cs (1)
69
ElementPropertyChanged?.Invoke(this, new PropertyChangedEventArgs(e.
PropertyName
));
iOS\iOSAppLinks.cs (1)
80
if (e.
PropertyName
== AppLinkEntry.IsLinkActiveProperty.PropertyName)
iOS\Renderers\ActivityIndicatorRenderer.cs (2)
71
if (e.
PropertyName
== ActivityIndicator.ColorProperty.PropertyName)
73
else if (e.
PropertyName
== ActivityIndicator.IsRunningProperty.PropertyName)
iOS\Renderers\BorderElementManager.cs (3)
32
if (e.
PropertyName
== Button.BorderWidthProperty.PropertyName || e.
PropertyName
== Button.CornerRadiusProperty.PropertyName || e.
PropertyName
== Button.BorderColorProperty.PropertyName)
iOS\Renderers\BoxRenderer.cs (3)
78
if (e.
PropertyName
== BoxView.ColorProperty.PropertyName)
80
else if (e.
PropertyName
== BoxView.CornerRadiusProperty.PropertyName)
82
else if (e.
PropertyName
== VisualElement.IsVisibleProperty.PropertyName && Element.IsVisible)
iOS\Renderers\ButtonLayoutManager.cs (8)
172
if (e.
PropertyName
== Button.PaddingProperty.PropertyName)
174
else if (e.
PropertyName
== Button.ImageSourceProperty.PropertyName)
176
else if (e.
PropertyName
== Button.TextProperty.PropertyName ||
177
e.
PropertyName
== Button.TextTransformProperty.PropertyName ||
178
e.
PropertyName
== Button.CharacterSpacingProperty.PropertyName)
180
else if (e.
PropertyName
== Button.ContentLayoutProperty.PropertyName)
182
else if (e.
PropertyName
== Button.BorderWidthProperty.PropertyName && _borderAdjustsPadding)
184
else if (e.
PropertyName
== Button.LineBreakModeProperty.PropertyName)
iOS\Renderers\ButtonRenderer.cs (5)
138
if (e.
PropertyName
== Button.TextColorProperty.PropertyName)
140
else if (e.
PropertyName
== FontElement.FontAttributesProperty.PropertyName
141
|| e.
PropertyName
== FontElement.FontAutoScalingEnabledProperty.PropertyName
142
|| e.
PropertyName
== FontElement.FontFamilyProperty.PropertyName
143
|| e.
PropertyName
== FontElement.FontSizeProperty.PropertyName)
iOS\Renderers\CarouselPageRenderer.cs (4)
302
if (e.
PropertyName
== "CurrentPage")
304
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName || e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
306
else if (e.
PropertyName
== Page.BackgroundImageSourceProperty.PropertyName)
iOS\Renderers\DatePickerRenderer.cs (11)
133
if (e.
PropertyName
== DatePicker.DateProperty.PropertyName || e.
PropertyName
== DatePicker.FormatProperty.PropertyName)
138
else if (e.
PropertyName
== DatePicker.MinimumDateProperty.PropertyName)
140
else if (e.
PropertyName
== DatePicker.MaximumDateProperty.PropertyName)
142
else if (e.
PropertyName
== DatePicker.CharacterSpacingProperty.PropertyName)
144
else if (e.
PropertyName
== DatePicker.TextColorProperty.PropertyName || e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
146
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
148
else if (e.
PropertyName
== DatePicker.FontAttributesProperty.PropertyName ||
149
e.
PropertyName
== DatePicker.FontFamilyProperty.PropertyName || e.
PropertyName
== DatePicker.FontSizeProperty.PropertyName)
iOS\Renderers\EditorRenderer.cs (15)
237
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.KeyboardProperty.PropertyName)
239
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty.PropertyName)
241
else if (e.
PropertyName
== Editor.IsTextPredictionEnabledProperty.PropertyName)
243
else if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName || e.
PropertyName
== Microsoft.Maui.Controls.InputView.IsReadOnlyProperty.PropertyName)
245
else if (e.
PropertyName
== Editor.TextColorProperty.PropertyName)
247
else if (e.
PropertyName
== Editor.FontAttributesProperty.PropertyName)
249
else if (e.
PropertyName
== Editor.FontFamilyProperty.PropertyName)
251
else if (e.
PropertyName
== Editor.FontSizeProperty.PropertyName)
253
else if (e.
PropertyName
== Editor.CharacterSpacingProperty.PropertyName)
255
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
257
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.MaxLengthProperty.PropertyName)
259
else if (e.
PropertyName
== Editor.PlaceholderProperty.PropertyName)
264
else if (e.
PropertyName
== Editor.PlaceholderColorProperty.PropertyName)
266
else if (e.
PropertyName
== Editor.AutoSizeProperty.PropertyName)
iOS\Renderers\EntryRenderer.cs (23)
162
if (e.
PropertyName
== Entry.PlaceholderProperty.PropertyName || e.
PropertyName
== Entry.PlaceholderColorProperty.PropertyName)
164
else if (e.
PropertyName
== Entry.IsPasswordProperty.PropertyName)
171
else if (e.
PropertyName
== Entry.TextColorProperty.PropertyName)
173
else if (e.
PropertyName
== Entry.CharacterSpacingProperty.PropertyName)
175
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.KeyboardProperty.PropertyName)
177
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty.PropertyName)
179
else if (e.
PropertyName
== Entry.IsTextPredictionEnabledProperty.PropertyName)
181
else if (e.
PropertyName
== Entry.HorizontalTextAlignmentProperty.PropertyName)
183
else if (e.
PropertyName
== Entry.VerticalTextAlignmentProperty.PropertyName)
185
else if (e.
PropertyName
== Entry.FontAttributesProperty.PropertyName)
187
else if (e.
PropertyName
== Entry.FontFamilyProperty.PropertyName)
189
else if (e.
PropertyName
== Entry.FontSizeProperty.PropertyName)
191
else if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
196
else if (e.
PropertyName
== Specifics.AdjustsFontSizeToFitWidthProperty.PropertyName)
198
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
200
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.MaxLengthProperty.PropertyName)
202
else if (e.
PropertyName
== Entry.ReturnTypeProperty.PropertyName)
204
else if (e.
PropertyName
== Entry.CursorPositionProperty.PropertyName)
206
else if (e.
PropertyName
== Entry.SelectionLengthProperty.PropertyName)
208
else if (e.
PropertyName
== Specifics.CursorColorProperty.PropertyName)
210
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.IsReadOnlyProperty.PropertyName)
212
else if (e.
PropertyName
== Entry.ClearButtonVisibilityProperty.PropertyName)
iOS\Renderers\FrameRenderer.cs (7)
49
if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName ||
50
e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName ||
51
e.
PropertyName
== Microsoft.Maui.Controls.Frame.BorderColorProperty.PropertyName ||
52
e.
PropertyName
== Microsoft.Maui.Controls.Frame.HasShadowProperty.PropertyName ||
53
e.
PropertyName
== Microsoft.Maui.Controls.Frame.CornerRadiusProperty.PropertyName ||
54
e.
PropertyName
== Microsoft.Maui.Controls.Frame.IsClippedToBoundsProperty.PropertyName ||
55
e.
PropertyName
== VisualElement.IsVisibleProperty.PropertyName)
iOS\Renderers\ImageButtonRenderer.cs (2)
69
if (e.
PropertyName
== ImageButton.SourceProperty.PropertyName)
71
else if (e.
PropertyName
== ImageButton.PaddingProperty.PropertyName)
iOS\Renderers\ImageElementManager.cs (3)
102
if (e.
PropertyName
== Image.IsOpaqueProperty.PropertyName)
104
else if (e.
PropertyName
== Image.AspectProperty.PropertyName)
106
else if (e.
PropertyName
== Image.IsAnimationPlayingProperty.PropertyName)
iOS\Renderers\ImageRenderer.cs (1)
72
if (e.
PropertyName
== Image.SourceProperty.PropertyName)
iOS\Renderers\IndicatorViewRenderer.cs (8)
80
if (e.
PropertyName
== IndicatorSizeProperty.PropertyName)
82
if (e.
PropertyName
== IndicatorsShapeProperty.PropertyName ||
83
e.
PropertyName
== ItemsSourceProperty.PropertyName)
85
else if (e.
PropertyName
== IndicatorTemplateProperty.PropertyName)
87
if (e.
PropertyName
== IndicatorColorProperty.PropertyName)
89
else if (e.
PropertyName
== SelectedIndicatorColorProperty.PropertyName)
91
else if (e.
PropertyName
== CountProperty.PropertyName)
93
else if (e.
PropertyName
== HideSingleProperty.PropertyName)
iOS\Renderers\LabelRenderer.cs (17)
200
if (e.
PropertyName
== Label.HorizontalTextAlignmentProperty.PropertyName)
202
else if (e.
PropertyName
== Label.VerticalTextAlignmentProperty.PropertyName)
204
else if (e.
PropertyName
== Label.TextColorProperty.PropertyName)
206
else if (e.
PropertyName
== Label.FontAttributesProperty.PropertyName || e.
PropertyName
== Label.FontFamilyProperty.PropertyName || e.
PropertyName
== Label.FontSizeProperty.PropertyName)
212
else if (e.
PropertyName
== Label.TextProperty.PropertyName)
218
else if (e.
PropertyName
== Label.CharacterSpacingProperty.PropertyName)
220
else if (e.
PropertyName
== Label.TextDecorationsProperty.PropertyName)
222
else if (e.
PropertyName
== Label.FormattedTextProperty.PropertyName)
227
else if (e.
PropertyName
== Label.LineBreakModeProperty.PropertyName)
229
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
231
else if (e.
PropertyName
== Label.LineHeightProperty.PropertyName)
233
else if (e.
PropertyName
== Label.MaxLinesProperty.PropertyName)
235
else if (e.
PropertyName
== Label.PaddingProperty.PropertyName)
237
else if (e.
PropertyName
== Label.TextTypeProperty.PropertyName)
239
else if (e.
PropertyName
== Label.TextTransformProperty.PropertyName)
iOS\Renderers\ListViewRenderer.cs (14)
325
if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.RowHeightProperty.PropertyName)
327
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.IsGroupingEnabledProperty.PropertyName)
329
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.HasUnevenRowsProperty.PropertyName)
334
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabledProperty.PropertyName)
336
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.IsRefreshingProperty.PropertyName)
338
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.SeparatorColorProperty.PropertyName)
340
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.SeparatorVisibilityProperty.PropertyName)
342
else if (e.
PropertyName
== "HeaderElement")
344
else if (e.
PropertyName
== "FooterElement")
346
else if (e.
PropertyName
== "RefreshAllowed")
348
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.SelectionModeProperty.PropertyName)
350
else if (e.
PropertyName
== Microsoft.Maui.Controls.ListView.RefreshControlColorProperty.PropertyName)
352
else if (e.
PropertyName
== ScrollView.VerticalScrollBarVisibilityProperty.PropertyName)
354
else if (e.
PropertyName
== ScrollView.HorizontalScrollBarVisibilityProperty.PropertyName)
iOS\Renderers\NavigationRenderer.cs (19)
451
if (e.
PropertyName
== NavigationPage.BarBackgroundColorProperty.PropertyName ||
452
e.
PropertyName
== NavigationPage.BarBackgroundProperty.PropertyName)
456
else if (e.
PropertyName
== NavigationPage.BarTextColorProperty.PropertyName
457
|| e.
PropertyName
== StatusBarTextColorModeProperty.PropertyName)
462
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName)
466
else if (e.
PropertyName
== NavigationPage.CurrentPageProperty.PropertyName)
471
else if (e.
PropertyName
== IsNavigationBarTranslucentProperty.PropertyName)
475
else if (e.
PropertyName
== PreferredStatusBarUpdateAnimationProperty.PropertyName)
479
else if (e.
PropertyName
== PrefersLargeTitlesProperty.PropertyName)
483
else if (e.
PropertyName
== NavigationPage.BackButtonTitleProperty.PropertyName)
488
else if (e.
PropertyName
== HideNavigationBarSeparatorProperty.PropertyName)
1160
if (e.
PropertyName
== NavigationPage.HasNavigationBarProperty.PropertyName)
1162
else if (e.
PropertyName
== Page.TitleProperty.PropertyName)
1164
else if (e.
PropertyName
== NavigationPage.HasBackButtonProperty.PropertyName)
1166
else if (e.
PropertyName
== PrefersStatusBarHiddenProperty.PropertyName)
1168
else if (e.
PropertyName
== LargeTitleDisplayProperty.PropertyName)
1170
else if (e.
PropertyName
== NavigationPage.TitleIconImageSourceProperty.PropertyName ||
1171
e.
PropertyName
== NavigationPage.TitleViewProperty.PropertyName)
1173
else if (e.
PropertyName
== NavigationPage.IconColorProperty.PropertyName)
iOS\Renderers\PageRenderer.cs (9)
280
if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName || e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
282
else if (e.
PropertyName
== Page.BackgroundImageSourceProperty.PropertyName)
284
else if (e.
PropertyName
== Page.TitleProperty.PropertyName)
286
else if (e.
PropertyName
== PlatformConfiguration.iOSSpecific.Page.PrefersStatusBarHiddenProperty.PropertyName)
288
else if (Forms.IsiOS11OrNewer && e.
PropertyName
== PlatformConfiguration.iOSSpecific.Page.UseSafeAreaProperty.PropertyName)
293
else if (Forms.IsiOS11OrNewer && e.
PropertyName
== PlatformConfiguration.iOSSpecific.Page.SafeAreaInsetsProperty.PropertyName)
295
else if (e.
PropertyName
== PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty.PropertyName)
297
else if (e.
PropertyName
== Page.PaddingProperty.PropertyName)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (10)
239
if (e.
PropertyName
== Page.IconImageSourceProperty.PropertyName || e.
PropertyName
== Page.TitleProperty.PropertyName)
245
if (e.
PropertyName
== "Flyout" || e.
PropertyName
== "Detail")
247
else if (e.
PropertyName
== Microsoft.Maui.Controls.FlyoutPage.IsPresentedProperty.PropertyName)
249
else if (e.
PropertyName
== Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty.PropertyName)
251
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName || e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
253
else if (e.
PropertyName
== Page.BackgroundImageSourceProperty.PropertyName)
255
else if (e.
PropertyName
== PlatformConfiguration.iOSSpecific.FlyoutPage.ApplyShadowProperty.PropertyName)
iOS\Renderers\PickerRenderer.cs (12)
136
if (e.
PropertyName
== Picker.HorizontalTextAlignmentProperty.PropertyName)
138
else if (e.
PropertyName
== Picker.VerticalTextAlignmentProperty.PropertyName)
140
if (e.
PropertyName
== Picker.TitleProperty.PropertyName || e.
PropertyName
== Picker.TitleColorProperty.PropertyName)
144
else if (e.
PropertyName
== Picker.SelectedIndexProperty.PropertyName)
148
else if (e.
PropertyName
== Picker.CharacterSpacingProperty.PropertyName)
150
else if (e.
PropertyName
== Picker.TextColorProperty.PropertyName || e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
152
else if (e.
PropertyName
== Picker.FontAttributesProperty.PropertyName || e.
PropertyName
== Picker.FontFamilyProperty.PropertyName ||
153
e.
PropertyName
== Picker.FontSizeProperty.PropertyName)
157
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
iOS\Renderers\ProgressBarRenderer.cs (2)
46
if (e.
PropertyName
== ProgressBar.ProgressColorProperty.PropertyName)
48
else if (e.
PropertyName
== ProgressBar.ProgressProperty.PropertyName)
iOS\Renderers\RefreshViewRenderer.cs (2)
86
if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
88
else if (e.
PropertyName
== RefreshView.IsRefreshingProperty.PropertyName)
iOS\Renderers\ScrollViewRenderer.cs (7)
208
if (e.
PropertyName
== PlatformConfiguration.iOSSpecific.ScrollView.ShouldDelayContentTouchesProperty.PropertyName)
210
else if (e.
PropertyName
== ScrollView.ContentSizeProperty.PropertyName)
212
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName)
214
else if (e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
216
else if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
218
else if (e.
PropertyName
== ScrollView.VerticalScrollBarVisibilityProperty.PropertyName)
220
else if (e.
PropertyName
== ScrollView.HorizontalScrollBarVisibilityProperty.PropertyName)
iOS\Renderers\SearchBarRenderer.cs (15)
108
if (e.
PropertyName
== SearchBar.PlaceholderProperty.PropertyName || e.
PropertyName
== SearchBar.PlaceholderColorProperty.PropertyName)
110
else if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
116
else if (e.
PropertyName
== SearchBar.TextColorProperty.PropertyName)
124
else if (e.
PropertyName
== SearchBar.CancelButtonColorProperty.PropertyName)
126
else if (e.
PropertyName
== SearchBar.FontAttributesProperty.PropertyName)
128
else if (e.
PropertyName
== SearchBar.FontFamilyProperty.PropertyName)
132
else if (e.
PropertyName
== SearchBar.FontSizeProperty.PropertyName)
134
else if (e.
PropertyName
== SearchBar.HorizontalTextAlignmentProperty.PropertyName)
136
else if (e.
PropertyName
== SearchBar.VerticalTextAlignmentProperty.PropertyName)
138
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
140
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.MaxLengthProperty.PropertyName)
142
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.KeyboardProperty.PropertyName)
144
else if (e.
PropertyName
== Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty.PropertyName)
146
else if (e.
PropertyName
== PlatformConfiguration.iOSSpecific.SearchBar.SearchBarStyleProperty.PropertyName)
iOS\Renderers\SliderRenderer.cs (8)
160
if (e.
PropertyName
== Slider.MaximumProperty.PropertyName)
162
else if (e.
PropertyName
== Slider.MinimumProperty.PropertyName)
164
else if (e.
PropertyName
== Slider.ValueProperty.PropertyName)
166
else if (e.
PropertyName
== Slider.MinimumTrackColorProperty.PropertyName)
168
else if (e.
PropertyName
== Slider.MaximumTrackColorProperty.PropertyName)
170
else if (e.
PropertyName
== Slider.ThumbImageSourceProperty.PropertyName)
172
else if (e.
PropertyName
== Slider.ThumbColorProperty.PropertyName)
174
else if (e.
PropertyName
== Specifics.UpdateOnTapProperty.PropertyName)
iOS\Renderers\StepperRenderer.cs (4)
61
if (e.
PropertyName
== Stepper.MinimumProperty.PropertyName)
63
else if (e.
PropertyName
== Stepper.MaximumProperty.PropertyName)
65
else if (e.
PropertyName
== Stepper.ValueProperty.PropertyName)
67
else if (e.
PropertyName
== Stepper.IncrementProperty.PropertyName)
iOS\Renderers\SwipeViewRenderer.cs (5)
158
if (e.
PropertyName
== ContentView.ContentProperty.PropertyName)
160
else if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
162
else if (e.
PropertyName
== Specifics.SwipeTransitionModeProperty.PropertyName)
347
if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
565
if (e.
PropertyName
== SwipeItem.IsVisibleProperty.PropertyName)
iOS\Renderers\SwitchRenderer.cs (2)
94
if (e.
PropertyName
== Switch.OnColorProperty.PropertyName)
96
if (e.
PropertyName
== Switch.ThumbColorProperty.PropertyName)
iOS\Renderers\TabbedRenderer.cs (12)
197
if (e.
PropertyName
== Page.IconImageSourceProperty.PropertyName || e.
PropertyName
== Page.TitleProperty.PropertyName)
229
if (e.
PropertyName
== nameof(TabbedPage.CurrentPage))
241
else if (e.
PropertyName
== TabbedPage.BarBackgroundColorProperty.PropertyName)
243
else if (e.
PropertyName
== TabbedPage.BarBackgroundProperty.PropertyName)
245
else if (e.
PropertyName
== TabbedPage.BarTextColorProperty.PropertyName)
247
else if (e.
PropertyName
== PrefersStatusBarHiddenProperty.PropertyName)
249
else if (e.
PropertyName
== PreferredStatusBarUpdateAnimationProperty.PropertyName)
251
else if (e.
PropertyName
== TabbedPage.SelectedTabColorProperty.PropertyName || e.
PropertyName
== TabbedPage.UnselectedTabColorProperty.PropertyName)
253
else if (e.
PropertyName
== PrefersHomeIndicatorAutoHiddenProperty.PropertyName)
255
else if (e.
PropertyName
== TabbedPageConfiguration.TranslucencyModeProperty.PropertyName)
iOS\Renderers\TabletFlyoutPageRenderer.cs (9)
436
if (e.
PropertyName
== Page.IconImageSourceProperty.PropertyName || e.
PropertyName
== Page.TitleProperty.PropertyName)
447
if (e.
PropertyName
== "Flyout" || e.
PropertyName
== "Detail")
449
else if (e.
PropertyName
== Microsoft.Maui.Controls.FlyoutPage.IsPresentedProperty.PropertyName)
451
else if (e.
PropertyName
== Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty.PropertyName)
453
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName || e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
455
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
iOS\Renderers\TableViewRenderer.cs (4)
117
if (e.
PropertyName
== TableView.RowHeightProperty.PropertyName)
119
else if (e.
PropertyName
== TableView.HasUnevenRowsProperty.PropertyName)
121
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName || e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
iOS\Renderers\TimePickerRenderer.cs (9)
146
if (e.
PropertyName
== TimePicker.TimeProperty.PropertyName || e.
PropertyName
== TimePicker.FormatProperty.PropertyName)
151
else if (e.
PropertyName
== TimePicker.TextColorProperty.PropertyName || e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
153
else if (e.
PropertyName
== TimePicker.CharacterSpacingProperty.PropertyName)
155
else if (e.
PropertyName
== TimePicker.FontAttributesProperty.PropertyName ||
156
e.
PropertyName
== TimePicker.FontFamilyProperty.PropertyName || e.
PropertyName
== TimePicker.FontSizeProperty.PropertyName)
158
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
iOS\Renderers\UIContainerCell.cs (1)
122
if (e.
PropertyName
== BaseShellItem.IsCheckedProperty.PropertyName)
iOS\Renderers\WkWebViewRenderer.cs (1)
583
if (e.
PropertyName
== WebView.SourceProperty.PropertyName)
iOS\ShadowEffect.cs (5)
32
if (args.
PropertyName
== PlatformElement.IsShadowEnabledProperty.PropertyName ||
33
args.
PropertyName
== PlatformElement.ShadowColorProperty.PropertyName ||
34
args.
PropertyName
== PlatformElement.ShadowOffsetProperty.PropertyName ||
35
args.
PropertyName
== PlatformElement.ShadowRadiusProperty.PropertyName ||
36
args.
PropertyName
== PlatformElement.ShadowOpacityProperty.PropertyName)
iOS\Shapes\LineRenderer.cs (4)
45
if (args.
PropertyName
== Line.X1Property.PropertyName)
47
else if (args.
PropertyName
== Line.Y1Property.PropertyName)
49
else if (args.
PropertyName
== Line.X2Property.PropertyName)
51
else if (args.
PropertyName
== Line.Y2Property.PropertyName)
iOS\Shapes\PathRenderer.cs (2)
40
if (args.
PropertyName
== Path.DataProperty.PropertyName || args.
PropertyName
== Path.RenderTransformProperty.PropertyName)
iOS\Shapes\PolygonRenderer.cs (2)
47
if (args.
PropertyName
== Polygon.PointsProperty.PropertyName)
49
else if (args.
PropertyName
== Polygon.FillRuleProperty.PropertyName)
iOS\Shapes\PolylineRenderer.cs (2)
44
if (args.
PropertyName
== Polyline.PointsProperty.PropertyName)
46
else if (args.
PropertyName
== Polyline.FillRuleProperty.PropertyName)
iOS\Shapes\RectangleRenderer.cs (4)
40
if (args.
PropertyName
== VisualElement.HeightProperty.PropertyName || args.
PropertyName
== VisualElement.WidthProperty.PropertyName)
42
if (args.
PropertyName
== FormsRectangle.RadiusXProperty.PropertyName)
44
else if (args.
PropertyName
== FormsRectangle.RadiusYProperty.PropertyName)
iOS\Shapes\ShapeRenderer.cs (11)
59
if (args.
PropertyName
== VisualElement.HeightProperty.PropertyName)
64
else if (args.
PropertyName
== VisualElement.WidthProperty.PropertyName)
69
else if (args.
PropertyName
== Shape.AspectProperty.PropertyName)
71
else if (args.
PropertyName
== Shape.FillProperty.PropertyName)
73
else if (args.
PropertyName
== Shape.StrokeProperty.PropertyName)
75
else if (args.
PropertyName
== Shape.StrokeThicknessProperty.PropertyName)
77
else if (args.
PropertyName
== Shape.StrokeDashArrayProperty.PropertyName)
79
else if (args.
PropertyName
== Shape.StrokeDashOffsetProperty.PropertyName)
81
else if (args.
PropertyName
== Shape.StrokeLineCapProperty.PropertyName)
83
else if (args.
PropertyName
== Shape.StrokeLineJoinProperty.PropertyName)
85
else if (args.
PropertyName
== Shape.StrokeMiterLimitProperty.PropertyName)
iOS\ViewRenderer.cs (4)
159
if (e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName)
161
else if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName)
163
else if (e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
165
else if (e.
PropertyName
== VisualElement.FlowDirectionProperty.PropertyName)
iOS\VisualElementRenderer.cs (8)
331
if (e.
PropertyName
== VisualElement.BackgroundColorProperty.PropertyName)
333
else if (e.
PropertyName
== VisualElement.BackgroundProperty.PropertyName)
335
else if (e.
PropertyName
== Layout.IsClippedToBoundsProperty.PropertyName)
338
else if (e.
PropertyName
== PlatformConfiguration.iOSSpecific.VisualElement.BlurEffectProperty.PropertyName)
341
else if (e.
PropertyName
== AutomationProperties.HelpTextProperty.PropertyName)
343
else if (e.
PropertyName
== AutomationProperties.NameProperty.PropertyName)
345
else if (e.
PropertyName
== AutomationProperties.IsInAccessibleTreeProperty.PropertyName)
347
else if (e.
PropertyName
== AutomationProperties.ExcludedWithChildrenProperty.PropertyName)
iOS\VisualElementTracker.cs (20)
109
if (TrackFrame && (e.
PropertyName
== VisualElement.XProperty.PropertyName ||
110
e.
PropertyName
== VisualElement.YProperty.PropertyName ||
111
e.
PropertyName
== VisualElement.WidthProperty.PropertyName ||
112
e.
PropertyName
== VisualElement.HeightProperty.PropertyName))
116
else if (e.
PropertyName
== VisualElement.AnchorXProperty.PropertyName ||
117
e.
PropertyName
== VisualElement.AnchorYProperty.PropertyName ||
118
e.
PropertyName
== VisualElement.TranslationXProperty.PropertyName ||
119
e.
PropertyName
== VisualElement.TranslationYProperty.PropertyName ||
120
e.
PropertyName
== VisualElement.ScaleProperty.PropertyName ||
121
e.
PropertyName
== VisualElement.ScaleXProperty.PropertyName ||
122
e.
PropertyName
== VisualElement.ScaleYProperty.PropertyName ||
123
e.
PropertyName
== VisualElement.RotationProperty.PropertyName ||
124
e.
PropertyName
== VisualElement.RotationXProperty.PropertyName ||
125
e.
PropertyName
== VisualElement.RotationYProperty.PropertyName ||
126
e.
PropertyName
== VisualElement.IsVisibleProperty.PropertyName ||
127
e.
PropertyName
== VisualElement.IsEnabledProperty.PropertyName ||
128
e.
PropertyName
== VisualElement.InputTransparentProperty.PropertyName ||
129
e.
PropertyName
== VisualElement.OpacityProperty.PropertyName ||
130
e.
PropertyName
== Layout.CascadeInputTransparentProperty.PropertyName)
134
else if (e.
PropertyName
== VisualElement.ClipProperty.PropertyName)
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)
1744
_host.OnSourcePropertyChanged(sender, e.
PropertyName
);
1782
_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)
2360
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")
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);