258 references to Property
PresentationCore (35)
Core\CSharp\System\Windows\ContentElement.cs (1)
704
ce.InvalidateForceInheritPropertyOnChildren(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\AnimationTimeline.cs (1)
30
((AnimationTimeline)d).PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs (1)
188
((ParallelTimeline)d).PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
174
((Timeline)d).PropertyChanged(e.
Property
);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (4)
188
if ((e.
Property
== TargetProperty) || (e.
Property
== AutoLayoutContentProperty))
191
if (e.
Property
== TargetProperty && e.IsAValueChange)
250
else if (e.
Property
== AutoWrapTargetProperty)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (2)
285
eff.UpdateShaderConstant(args.
Property
, args.NewValue, floatRegisterIndex);
317
eff.UpdateShaderSampler(args.
Property
, args.NewValue, samplerRegisterIndex, samplingMode);
Core\CSharp\System\Windows\Media\VisualBrush.cs (2)
190
if ((e.
Property
== VisualProperty) || (e.
Property
== AutoLayoutContentProperty))
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
98
DependencyProperty dp = e.
Property
;
Core\CSharp\System\Windows\UIElement.cs (3)
3714
uie.InvalidateForceInheritPropertyOnChildren(e.
Property
);
3817
uie.InvalidateForceInheritPropertyOnChildren(e.
Property
);
3954
uie.InvalidateForceInheritPropertyOnChildren(e.
Property
);
Core\CSharp\System\Windows\UIElement3D.cs (3)
919
uie.InvalidateForceInheritPropertyOnChildren(e.
Property
);
1020
uie.InvalidateForceInheritPropertyOnChildren(e.
Property
);
1148
uie.InvalidateForceInheritPropertyOnChildren(e.
Property
);
PresentationFramework (200)
src\Framework\MS\Internal\Data\LiveShapingItem.cs (1)
239
List.OnItemPropertyChanged(this, e.
Property
);
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (8)
179
if (e.
Property
== DocumentProperty)
515
if (e.
Property
== PageCountProperty || e.
Property
== MasterPageNumberProperty ||
516
e.
Property
== CanGoToPreviousPageProperty || e.
Property
== CanGoToNextPageProperty)
525
if (e.
Property
== PageCountProperty)
530
else if (e.
Property
== MasterPageNumberProperty)
872
if (e.
Property
== MasterPageNumberProperty)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
120
if (e.
Property
== FlowDocumentReader.IsPageViewEnabledProperty)
127
else if (e.
Property
== FlowDocumentReader.IsTwoPageViewEnabledProperty)
src\Framework\System\Windows\Controls\AccessText.cs (1)
505
((AccessText)d).TextBlock.SetValue(e.
Property
, e.NewValue);
src\Framework\System\Windows\Controls\DataGrid.cs (4)
609
if (e.
Property
== AlternatingRowBackgroundProperty)
614
else if ((e.
Property
== DataGridColumn.VisibilityProperty) || (e.
Property
== DataGridColumn.WidthProperty) || (e.
Property
== DataGridColumn.DisplayIndexProperty))
src\Framework\System\Windows\Controls\DataGridCell.cs (11)
251
if (e.
Property
== DataGridColumn.WidthProperty)
255
else if (e.
Property
== DataGrid.CellStyleProperty || e.
Property
== DataGridColumn.CellStyleProperty || e.
Property
== StyleProperty)
259
else if (e.
Property
== DataGrid.IsReadOnlyProperty || e.
Property
== DataGridColumn.IsReadOnlyProperty || e.
Property
== IsReadOnlyProperty)
263
else if (e.
Property
== DataGridColumn.DisplayIndexProperty)
267
else if (e.
Property
== DataGrid.IsKeyboardFocusWithinProperty)
282
else if (e != null && e.
Property
!= null)
284
column.RefreshCellContent(this, e.
Property
.Name);
src\Framework\System\Windows\Controls\DataGridColumn.cs (24)
826
if (e.
Property
== DataGrid.MaxColumnWidthProperty || e.
Property
== MaxWidthProperty)
830
else if (e.
Property
== DataGrid.MinColumnWidthProperty || e.
Property
== MinWidthProperty)
834
else if (e.
Property
== DataGrid.ColumnWidthProperty || e.
Property
== WidthProperty)
838
else if (e.
Property
== DataGrid.ColumnHeaderStyleProperty || e.
Property
== HeaderStyleProperty)
842
else if (e.
Property
== DataGrid.CellStyleProperty || e.
Property
== CellStyleProperty)
846
else if (e.
Property
== DataGrid.IsReadOnlyProperty || e.
Property
== IsReadOnlyProperty)
850
else if (e.
Property
== DataGrid.DragIndicatorStyleProperty || e.
Property
== DragIndicatorStyleProperty)
854
else if (e.
Property
== DisplayIndexProperty)
858
else if (e.
Property
== DataGrid.CanUserSortColumnsProperty)
862
else if (e.
Property
== DataGrid.CanUserResizeColumnsProperty || e.
Property
== CanUserResizeProperty)
866
else if (e.
Property
== DataGrid.CanUserReorderColumnsProperty || e.
Property
== CanUserReorderProperty)
871
if (e.
Property
== WidthProperty || e.
Property
== MinWidthProperty || e.
Property
== MaxWidthProperty)
911
((DataGridColumn)d).NotifyPropertyChanged(e.
Property
.Name);
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (7)
170
if (e.
Property
== DataGridColumn.DisplayIndexProperty)
178
else if (e.
Property
== DataGridColumn.WidthProperty)
185
else if (e.
Property
== DataGrid.FrozenColumnCountProperty)
190
else if (e.
Property
== DataGridColumn.VisibilityProperty)
197
else if (e.
Property
== DataGrid.EnableColumnVirtualizationProperty)
201
else if (e.
Property
== DataGrid.CellsPanelHorizontalOffsetProperty)
205
else if (e.
Property
== DataGrid.HorizontalScrollOffsetProperty ||
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
51
Debug.Assert(e.
Property
== DataGridColumn.HeaderProperty, "We only want to know about the header property changing");
src\Framework\System\Windows\Controls\DataGridRow.cs (27)
426
if (e.
Property
== AlternationIndexProperty)
801
d.GetValue(e.
Property
) == e.NewValue)
883
if (e.
Property
== DataGrid.RowBackgroundProperty || e.
Property
== DataGrid.AlternatingRowBackgroundProperty ||
884
e.
Property
== BackgroundProperty || e.
Property
== AlternationIndexProperty)
888
else if (e.
Property
== DataGrid.RowHeaderStyleProperty || e.
Property
== HeaderStyleProperty)
892
else if (e.
Property
== DataGrid.RowHeaderTemplateProperty || e.
Property
== HeaderTemplateProperty)
896
else if (e.
Property
== DataGrid.RowHeaderTemplateSelectorProperty || e.
Property
== HeaderTemplateSelectorProperty)
900
else if (e.
Property
== DataGrid.RowValidationErrorTemplateProperty || e.
Property
== ValidationErrorTemplateProperty)
904
else if (e.
Property
== DataGrid.RowDetailsTemplateProperty || e.
Property
== DetailsTemplateProperty)
909
else if (e.
Property
== DataGrid.RowDetailsTemplateSelectorProperty || e.
Property
== DetailsTemplateSelectorProperty)
914
else if (e.
Property
== DataGrid.RowDetailsVisibilityModeProperty || e.
Property
== DetailsVisibilityProperty || e.
Property
== IsSelectedProperty)
918
else if (e.
Property
== ItemProperty)
922
else if (e.
Property
== HeaderProperty)
926
else if (e.
Property
== BindingGroupProperty)
931
else if (e.
Property
== DataGridRow.IsEditingProperty ||
932
e.
Property
== DataGridRow.IsMouseOverProperty ||
933
e.
Property
== DataGrid.IsKeyboardFocusWithinProperty)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
555
PropertyToFlags(e.
Property
, out flag, out ignoreFlag);
570
headerRowPresenter.UpdateHeaderProperty(header, e.
Property
);
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
219
if (e.
Property
== ColumnHeaderTemplateProperty || e.
Property
== ColumnHeaderTemplateSelectorProperty)
225
presenter.UpdateAllHeaders(e.
Property
);
src\Framework\System\Windows\Controls\InkCanvas.cs (8)
290
if (e.
Property
== UIElement.RenderTransformProperty ||
291
e.
Property
== FrameworkElement.LayoutTransformProperty)
330
if (e.
Property
== FrameworkElement.FlowDirectionProperty)
582
if ( e.
Property
== InkCanvas.LeftProperty
583
|| e.
Property
== InkCanvas.TopProperty )
590
Debug.Assert(e.
Property
== InkCanvas.RightProperty || e.
Property
== InkCanvas.BottomProperty,
591
string.Format(System.Globalization.CultureInfo.InvariantCulture, "Unknown dependency property detected - {0}.", e.
Property
));
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
97
d.CoerceValue(e.
Property
);
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
506
FrameworkPropertyMetadata fmetadata = e.
Property
.GetMetadata(typeof(PasswordBox)) as FrameworkPropertyMetadata;
513
e.
Property
== Control.HorizontalContentAlignmentProperty || e.
Property
== Control.VerticalContentAlignmentProperty)
1263
if (e.
Property
== CaretBrushProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (12)
387
if (e.
Property
== DataGridColumn.WidthProperty ||
388
e.
Property
== DataGridColumn.DisplayIndexProperty)
392
InvalidateDataGridCellsPanelMeasureAndArrangeImpl((e.
Property
== DataGridColumn.WidthProperty)/*invalidateMeasureUptoRowsPresenter*/);
395
else if (e.
Property
== DataGrid.FrozenColumnCountProperty ||
396
e.
Property
== DataGridColumn.VisibilityProperty ||
397
e.
Property
== DataGrid.CellsPanelHorizontalOffsetProperty ||
398
e.
Property
== DataGrid.HorizontalScrollOffsetProperty ||
412
else if (e.
Property
== DataGrid.RowHeightProperty || e.
Property
== HeightProperty)
416
else if (e.
Property
== DataGrid.MinRowHeightProperty || e.
Property
== MinHeightProperty)
420
else if (e.
Property
== DataGrid.EnableColumnVirtualizationProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (21)
411
if (e.
Property
== DataGridColumn.WidthProperty)
415
else if (e.
Property
== DataGridColumn.HeaderProperty || e.
Property
== ContentProperty)
419
else if (e.
Property
== DataGridColumn.HeaderTemplateProperty || e.
Property
== ContentTemplateProperty)
423
else if (e.
Property
== DataGridColumn.HeaderTemplateSelectorProperty || e.
Property
== ContentTemplateSelectorProperty)
427
else if (e.
Property
== DataGridColumn.HeaderStringFormatProperty || e.
Property
== ContentStringFormatProperty)
431
else if (e.
Property
== DataGrid.ColumnHeaderStyleProperty || e.
Property
== DataGridColumn.HeaderStyleProperty || e.
Property
== StyleProperty)
435
else if (e.
Property
== DataGrid.ColumnHeaderHeightProperty || e.
Property
== HeightProperty)
439
else if (e.
Property
== DataGridColumn.DisplayIndexProperty)
444
else if (e.
Property
== DataGrid.CanUserResizeColumnsProperty)
448
else if (e.
Property
== DataGridColumn.CanUserSortProperty)
452
else if (e.
Property
== DataGridColumn.SortDirectionProperty)
456
else if (e.
Property
== DataGridColumn.IsFrozenProperty)
460
else if (e.
Property
== DataGridColumn.CanUserResizeProperty)
464
else if (e.
Property
== DataGridColumn.VisibilityProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (11)
294
if (e.
Property
== DataGridColumn.WidthProperty ||
295
e.
Property
== DataGridColumn.DisplayIndexProperty)
302
else if (e.
Property
== DataGrid.FrozenColumnCountProperty ||
303
e.
Property
== DataGridColumn.VisibilityProperty ||
304
e.
Property
== DataGrid.CellsPanelHorizontalOffsetProperty ||
310
else if (e.
Property
== DataGrid.HorizontalScrollOffsetProperty)
323
else if (e.
Property
== DataGrid.CellsPanelActualWidthProperty)
327
else if (e.
Property
== DataGrid.EnableColumnVirtualizationProperty)
335
if (e.
Property
== DataGridColumn.HeaderProperty)
355
(e.
Property
== DataGrid.ColumnHeaderStyleProperty || e.
Property
== DataGrid.ColumnHeaderHeightProperty) )
src\Framework\System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (6)
184
if (e.
Property
== DataGrid.RowDetailsTemplateProperty || e.
Property
== DataGridRow.DetailsTemplateProperty || e.
Property
== ContentTemplateProperty)
188
else if (e.
Property
== DataGrid.RowDetailsTemplateSelectorProperty || e.
Property
== DataGridRow.DetailsTemplateSelectorProperty || e.
Property
== ContentTemplateSelectorProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (20)
265
if (e.
Property
== DataGridRow.HeaderProperty || e.
Property
== ContentProperty)
269
else if (e.
Property
== DataGrid.RowHeaderStyleProperty || e.
Property
== DataGridRow.HeaderStyleProperty || e.
Property
== StyleProperty)
273
else if (e.
Property
== DataGrid.RowHeaderTemplateProperty || e.
Property
== DataGridRow.HeaderTemplateProperty || e.
Property
== ContentTemplateProperty)
277
else if (e.
Property
== DataGrid.RowHeaderTemplateSelectorProperty || e.
Property
== DataGridRow.HeaderTemplateSelectorProperty || e.
Property
== ContentTemplateSelectorProperty)
281
else if (e.
Property
== DataGrid.RowHeaderWidthProperty || e.
Property
== WidthProperty)
285
else if (e.
Property
== DataGridRow.IsSelectedProperty)
289
else if (e.
Property
== DataGrid.CanUserResizeRowsProperty)
293
else if (e.
Property
== DataGrid.RowHeaderActualWidthProperty)
308
else if (e.
Property
== DataGrid.CurrentItemProperty ||
309
e.
Property
== DataGridRow.IsEditingProperty ||
310
e.
Property
== DataGridRow.IsMouseOverProperty ||
311
e.
Property
== DataGrid.IsKeyboardFocusWithinProperty)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
2165
textBox.ScrollViewer.ClearValue(e.
Property
);
2169
textBox.ScrollViewer.SetValue(e.
Property
, value);
2238
if (e.
Property
== CaretBrushProperty)
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
711
richTextBox.TransferFormattingProperty(e.
Property
, e.NewValue);
747
richTextBox.TransferBehavioralProperty(e.
Property
, e.NewValue);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
824
innerControl.SetValue(e.
Property
, e.NewValue);
837
if (e.
Property
== ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink)
src\Framework\System\Windows\Controls\TextBox.cs (7)
1016
FrameworkPropertyMetadata fmetadata = e.
Property
.GetMetadata(typeof(TextBox)) as FrameworkPropertyMetadata;
1021
if (e.IsAValueChange || e.IsASubPropertyChange || e.
Property
== TextBox.TextAlignmentProperty)
1025
e.
Property
== Control.HorizontalContentAlignmentProperty || e.
Property
== Control.VerticalContentAlignmentProperty)
1035
if (Speller.IsSpellerAffectingProperty(e.
Property
) &&
1047
if (e.
Property
== TextProperty)
1052
if (e.
Property
== IsReadOnlyProperty)
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
409
DependencyProperty dp = e.
Property
;
src\Framework\System\Windows\Data\BindingExpression.cs (2)
228
DependencyProperty dp = args.
Property
;
2633
DependencyProperty dp = args.
Property
;
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1023
DependencyProperty dp = args.
Property
;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
579
DependencyProperty dp = args.
Property
;
src\Framework\System\Windows\Documents\TextElement.cs (1)
1019
NotifyTypographicPropertyChanged(affectsMeasureOrArrange, localValueChanged, e.
Property
);
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
70
record.Property = e.
Property
;
src\Framework\System\Windows\FrameworkContentElement.cs (1)
706
DependencyProperty dp = e.
Property
;
src\Framework\System\Windows\FrameworkElement.cs (1)
2068
DependencyProperty dp = e.
Property
;
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
148
DependencyProperty dp = e.
Property
;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
420
a.PropertyChanged(e.
Property
);
src\Framework\System\Windows\Window.cs (1)
769
DependencyProperty dp = e.
Property
;
System.Activities.Core.Presentation (4)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (4)
520
if (e.
Property
== DynamicArgumentWrapperObject.NameProperty)
547
if (e.
Property
== DynamicArgumentWrapperObject.DirectionProperty)
551
if ((e.
Property
!= DynamicArgumentWrapperObject.ExpressionProperty) && (entry.Expression != null))
850
this.PropertyChanged(this, new PropertyChangedEventArgs(e.
Property
.Name));
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (2)
51
if (e.
Property
.Name == "IsMouseOver" || e.
Property
.Name == "IsKeyboardFocusWithin")
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (2)
313
if (e.
Property
== ExpandedProperty &&
319
if (e.
Property
== AdvancedSectionPinnedProperty &&
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
356
if (e.
Property
== PropertyContainer.OwningPropertyContainerProperty)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (5)
155
if (e.
Property
== PropertyContainer.OwningPropertyContainerProperty) {
175
if (e.
Property
== PropertyContainer.ActiveEditModeProperty ||
176
e.
Property
== PropertyContainer.PropertyEntryProperty ||
177
e.
Property
== PropertyContainer.DefaultStandardValuesPropertyValueEditorProperty ||
178
e.
Property
== PropertyContainer.DefaultPropertyValueEditorProperty) {
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (3)
306
(e.
Property
== PropertyContainer.InlineRowTemplateProperty &&
311
(e.
Property
== PropertyContainer.ExtendedPopupRowTemplateProperty &&
316
(e.
Property
== PropertyContainer.ExtendedPinnedRowTemplateProperty &&
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
259
viewStateService.StoreViewState(modelTreeManager.Root, e.
Property
.Name, e.NewValue);
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
426
switch (e.
Property
.Name)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
149
switch (e.
Property
.Name)
WindowsBase (3)
Base\MS\Internal\ComponentModel\PropertyChangeTracker.cs (1)
29
DependencyProperty dp = args.
Property
;
Base\System\Windows\DependencyObject.cs (2)
1763
DependencyProperty dp = args.
Property
;
2068
if( e.
Property
== null )