2 instantiations of DependencyPropertyKey
WindowsBase (2)
Base\System\Windows\DependencyProperty.cs (2)
132
DependencyPropertyKey authorizationKey = new
DependencyPropertyKey
(null); // No property yet, use null as placeholder.
188
DependencyPropertyKey authorizedKey = new
DependencyPropertyKey
(null);
166 references to DependencyPropertyKey
PresentationCore (20)
Core\CSharp\System\Windows\Generated\UIElement.cs (14)
4593
internal static readonly
DependencyPropertyKey
IsMouseDirectlyOverPropertyKey =
4647
internal static readonly
DependencyPropertyKey
IsMouseOverPropertyKey =
4664
internal static readonly
DependencyPropertyKey
IsStylusOverPropertyKey =
4681
internal static readonly
DependencyPropertyKey
IsKeyboardFocusWithinPropertyKey =
4729
internal static readonly
DependencyPropertyKey
IsMouseCapturedPropertyKey =
4783
internal static readonly
DependencyPropertyKey
IsMouseCaptureWithinPropertyKey =
4831
internal static readonly
DependencyPropertyKey
IsStylusDirectlyOverPropertyKey =
4885
internal static readonly
DependencyPropertyKey
IsStylusCapturedPropertyKey =
4939
internal static readonly
DependencyPropertyKey
IsStylusCaptureWithinPropertyKey =
4987
internal static readonly
DependencyPropertyKey
IsKeyboardFocusedPropertyKey =
5041
internal static readonly
DependencyPropertyKey
AreAnyTouchesDirectlyOverPropertyKey =
5058
internal static readonly
DependencyPropertyKey
AreAnyTouchesOverPropertyKey =
5075
internal static readonly
DependencyPropertyKey
AreAnyTouchesCapturedPropertyKey =
5092
internal static readonly
DependencyPropertyKey
AreAnyTouchesCapturedWithinPropertyKey =
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
684
private static readonly
DependencyPropertyKey
IsFrontBufferAvailablePropertyKey;
Core\CSharp\System\Windows\ReverseInheritProperty.cs (3)
13
DependencyPropertyKey
flagKey,
21
DependencyPropertyKey
flagKey,
302
protected
DependencyPropertyKey
FlagKey;
Core\CSharp\System\Windows\UIElement.cs (2)
3548
internal static readonly
DependencyPropertyKey
IsFocusedPropertyKey =
3840
internal static readonly
DependencyPropertyKey
IsVisiblePropertyKey =
PresentationFramework (120)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (4)
47
private static readonly
DependencyPropertyKey
CanGoBackPropertyKey =
55
private static readonly
DependencyPropertyKey
CanGoForwardPropertyKey =
65
private static readonly
DependencyPropertyKey
BackStackPropertyKey =
73
private static readonly
DependencyPropertyKey
ForwardStackPropertyKey =
src\Framework\System\Windows\Controls\Button.cs (1)
163
private static readonly
DependencyPropertyKey
IsDefaultedPropertyKey
src\Framework\System\Windows\Controls\ComboBox.cs (4)
399
private static readonly
DependencyPropertyKey
SelectionBoxItemPropertyKey =
421
private static readonly
DependencyPropertyKey
SelectionBoxItemTemplatePropertyKey =
439
private static readonly
DependencyPropertyKey
SelectionBoxItemStringFormatPropertyKey =
482
private static readonly
DependencyPropertyKey
IsSelectionBoxHighlightedPropertyKey =
src\Framework\System\Windows\Controls\ComboBoxItem.cs (1)
66
private static readonly
DependencyPropertyKey
IsHighlightedPropertyKey =
src\Framework\System\Windows\Controls\ContentControl.cs (1)
304
private static readonly
DependencyPropertyKey
HasContentPropertyKey =
src\Framework\System\Windows\Controls\DataGrid.cs (4)
1220
private static readonly
DependencyPropertyKey
RowHeaderActualWidthPropertyKey =
4070
private static readonly
DependencyPropertyKey
NewItemMarginPropertyKey =
8005
private static readonly
DependencyPropertyKey
NonFrozenColumnsViewportHorizontalOffsetPropertyKey =
8492
private static readonly
DependencyPropertyKey
CellsPanelHorizontalOffsetPropertyKey =
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
168
private static readonly
DependencyPropertyKey
ColumnPropertyKey =
523
private static readonly
DependencyPropertyKey
IsReadOnlyPropertyKey =
src\Framework\System\Windows\Controls\DataGridColumn.cs (3)
480
private static readonly
DependencyPropertyKey
ActualWidthPropertyKey =
1136
private static readonly
DependencyPropertyKey
IsAutoGeneratedPropertyKey =
1250
private static readonly
DependencyPropertyKey
IsFrozenPropertyKey =
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
1226
private static readonly
DependencyPropertyKey
IsEditingPropertyKey =
1295
internal static readonly
DependencyPropertyKey
IsNewItemPropertyKey =
src\Framework\System\Windows\Controls\DocumentViewer.cs (10)
442
private static readonly
DependencyPropertyKey
ExtentWidthPropertyKey =
470
private static readonly
DependencyPropertyKey
ExtentHeightPropertyKey =
498
private static readonly
DependencyPropertyKey
ViewportWidthPropertyKey =
527
private static readonly
DependencyPropertyKey
ViewportHeightPropertyKey =
698
private static readonly
DependencyPropertyKey
CanMoveUpPropertyKey =
724
private static readonly
DependencyPropertyKey
CanMoveDownPropertyKey =
750
private static readonly
DependencyPropertyKey
CanMoveLeftPropertyKey =
776
private static readonly
DependencyPropertyKey
CanMoveRightPropertyKey =
803
private static readonly
DependencyPropertyKey
CanIncreaseZoomPropertyKey =
832
private static readonly
DependencyPropertyKey
CanDecreaseZoomPropertyKey =
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (6)
456
private static readonly
DependencyPropertyKey
PageCountPropertyKey =
471
private static readonly
DependencyPropertyKey
PageNumberPropertyKey =
485
private static readonly
DependencyPropertyKey
CanGoToPreviousPagePropertyKey =
500
private static readonly
DependencyPropertyKey
CanGoToNextPagePropertyKey =
590
private static readonly
DependencyPropertyKey
CanIncreaseZoomPropertyKey =
605
private static readonly
DependencyPropertyKey
CanDecreaseZoomPropertyKey =
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
408
private static readonly
DependencyPropertyKey
CanIncreaseZoomPropertyKey =
423
private static readonly
DependencyPropertyKey
CanDecreaseZoomPropertyKey =
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
126
internal static readonly
DependencyPropertyKey
ColumnPropertyKey =
150
internal static readonly
DependencyPropertyKey
RolePropertyKey =
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (1)
104
internal static readonly
DependencyPropertyKey
HasHeaderPropertyKey =
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
99
private static readonly
DependencyPropertyKey
HasHeaderPropertyKey =
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
808
internal static readonly
DependencyPropertyKey
ActiveEditingModePropertyKey =
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
340
internal static readonly
DependencyPropertyKey
HasItemsPropertyKey =
909
private static readonly
DependencyPropertyKey
IsGroupingPropertyKey =
1081
private static readonly
DependencyPropertyKey
AlternationIndexPropertyKey =
src\Framework\System\Windows\Controls\MenuItem.cs (4)
746
private static readonly
DependencyPropertyKey
RolePropertyKey =
834
private static readonly
DependencyPropertyKey
IsPressedPropertyKey =
877
private static readonly
DependencyPropertyKey
IsHighlightedPropertyKey =
1167
private static readonly
DependencyPropertyKey
IsSuspendingPopupAnimationPropertyKey
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
225
internal static readonly
DependencyPropertyKey
IsPressedPropertyKey =
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (2)
39
internal static readonly
DependencyPropertyKey
HasSelectedDaysPropertyKey = DependencyProperty.RegisterReadOnly(
63
internal static readonly
DependencyPropertyKey
IsInactivePropertyKey = DependencyProperty.RegisterReadOnly(
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (5)
47
internal static readonly
DependencyPropertyKey
IsTodayPropertyKey = DependencyProperty.RegisterReadOnly(
70
internal static readonly
DependencyPropertyKey
IsSelectedPropertyKey = DependencyProperty.RegisterReadOnly(
93
internal static readonly
DependencyPropertyKey
IsInactivePropertyKey = DependencyProperty.RegisterReadOnly(
116
internal static readonly
DependencyPropertyKey
IsBlackedOutPropertyKey = DependencyProperty.RegisterReadOnly(
139
internal static readonly
DependencyPropertyKey
IsHighlightedPropertyKey = DependencyProperty.RegisterReadOnly(
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (4)
148
private static readonly
DependencyPropertyKey
DisplayIndexPropertyKey =
713
private static readonly
DependencyPropertyKey
CanUserSortPropertyKey =
736
private static readonly
DependencyPropertyKey
SortDirectionPropertyKey =
869
private static readonly
DependencyPropertyKey
IsFrozenPropertyKey =
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
528
private static readonly
DependencyPropertyKey
IsRowSelectedPropertyKey =
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
261
protected static readonly
DependencyPropertyKey
PageCountPropertyKey =
277
protected static readonly
DependencyPropertyKey
MasterPageNumberPropertyKey =
293
protected static readonly
DependencyPropertyKey
CanGoToPreviousPagePropertyKey =
309
protected static readonly
DependencyPropertyKey
CanGoToNextPagePropertyKey =
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
831
private static readonly
DependencyPropertyKey
HasDropShadowPropertyKey =
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
177
internal static readonly
DependencyPropertyKey
IsSelectionActivePropertyKey =
795
private static readonly
DependencyPropertyKey
SelectedItemsPropertyKey =
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
895
internal static readonly
DependencyPropertyKey
IsSelectionActivePropertyKey =
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
99
private static readonly
DependencyPropertyKey
IsDraggingPropertyKey =
src\Framework\System\Windows\Controls\ScrollViewer.cs (12)
568
private static readonly
DependencyPropertyKey
ComputedHorizontalScrollBarVisibilityPropertyKey =
586
private static readonly
DependencyPropertyKey
ComputedVerticalScrollBarVisibilityPropertyKey =
605
private static readonly
DependencyPropertyKey
VerticalOffsetPropertyKey =
622
private static readonly
DependencyPropertyKey
HorizontalOffsetPropertyKey =
639
private static readonly
DependencyPropertyKey
ContentVerticalOffsetPropertyKey =
673
private static readonly
DependencyPropertyKey
ContentHorizontalOffsetPropertyKey =
706
private static readonly
DependencyPropertyKey
ExtentWidthPropertyKey =
722
private static readonly
DependencyPropertyKey
ExtentHeightPropertyKey =
738
private static readonly
DependencyPropertyKey
ScrollableWidthPropertyKey =
754
private static readonly
DependencyPropertyKey
ScrollableHeightPropertyKey =
770
private static readonly
DependencyPropertyKey
ViewportWidthPropertyKey =
786
internal static readonly
DependencyPropertyKey
ViewportHeightPropertyKey =
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
303
protected static readonly
DependencyPropertyKey
CanIncreaseZoomPropertyKey =
318
protected static readonly
DependencyPropertyKey
CanDecreaseZoomPropertyKey =
src\Framework\System\Windows\Controls\SpellCheck.cs (1)
184
private static readonly
DependencyPropertyKey
CustomDictionariesPropertyKey =
src\Framework\System\Windows\Controls\StickyNote.cs (3)
252
internal static readonly
DependencyPropertyKey
AuthorPropertyKey =
323
internal static readonly
DependencyPropertyKey
IsMouseOverAnchorPropertyKey =
487
private static readonly
DependencyPropertyKey
StickyNoteTypePropertyKey =
src\Framework\System\Windows\Controls\TabControl.cs (4)
115
private static readonly
DependencyPropertyKey
SelectedContentPropertyKey = DependencyProperty.RegisterReadOnly("SelectedContent", typeof(object), typeof(TabControl), new FrameworkPropertyMetadata((object)null));
143
private static readonly
DependencyPropertyKey
SelectedContentTemplatePropertyKey = DependencyProperty.RegisterReadOnly("SelectedContentTemplate", typeof(DataTemplate), typeof(TabControl), new FrameworkPropertyMetadata((DataTemplate)null));
172
private static readonly
DependencyPropertyKey
SelectedContentTemplateSelectorPropertyKey = DependencyProperty.RegisterReadOnly("SelectedContentTemplateSelector", typeof(DataTemplateSelector), typeof(TabControl), new FrameworkPropertyMetadata((DataTemplateSelector)null));
197
private static readonly
DependencyPropertyKey
SelectedContentStringFormatPropertyKey =
src\Framework\System\Windows\Controls\TabItem.cs (1)
175
private static readonly
DependencyPropertyKey
TabStripPlacementPropertyKey =
src\Framework\System\Windows\Controls\TextSearch.cs (1)
181
private static readonly
DependencyPropertyKey
TextSearchInstancePropertyKey =
src\Framework\System\Windows\Controls\ToolBar.cs (3)
107
private static readonly
DependencyPropertyKey
OrientationPropertyKey =
308
internal static readonly
DependencyPropertyKey
HasOverflowItemsPropertyKey =
337
internal static readonly
DependencyPropertyKey
IsOverflowItemPropertyKey =
src\Framework\System\Windows\Controls\ToolTipService.cs (1)
341
private static readonly
DependencyPropertyKey
IsOpenPropertyKey =
src\Framework\System\Windows\Controls\TreeView.cs (2)
60
private static readonly
DependencyPropertyKey
SelectedItemPropertyKey =
89
private static readonly
DependencyPropertyKey
SelectedValuePropertyKey =
src\Framework\System\Windows\Controls\Validation.cs (2)
77
internal static readonly
DependencyPropertyKey
ErrorsPropertyKey =
141
internal static readonly
DependencyPropertyKey
HasErrorPropertyKey =
src\Framework\System\Windows\Controls\ViewPort3D.cs (1)
127
private static readonly
DependencyPropertyKey
ChildrenPropertyKey =
src\Framework\System\Windows\Data\CollectionViewSource.cs (7)
60
private static readonly
DependencyPropertyKey
ViewPropertyKey
244
private static readonly
DependencyPropertyKey
CanChangeLiveSortingPropertyKey
308
private static readonly
DependencyPropertyKey
IsLiveSortingPropertyKey
367
private static readonly
DependencyPropertyKey
CanChangeLiveFilteringPropertyKey
431
private static readonly
DependencyPropertyKey
IsLiveFilteringPropertyKey
488
private static readonly
DependencyPropertyKey
CanChangeLiveGroupingPropertyKey
552
private static readonly
DependencyPropertyKey
IsLiveGroupingPropertyKey
src\Framework\System\Windows\FrameworkElement.cs (4)
3341
private static readonly
DependencyPropertyKey
ActualWidthPropertyKey =
3386
private static readonly
DependencyPropertyKey
ActualHeightPropertyKey =
5637
internal static readonly
DependencyPropertyKey
LoadedPendingPropertyKey =
5654
internal static readonly
DependencyPropertyKey
UnloadedPendingPropertyKey =
src\Framework\System\Windows\VisualStateManager.cs (1)
146
private static readonly
DependencyPropertyKey
VisualStateGroupsPropertyKey =
src\Framework\System\Windows\Window.cs (1)
1227
private static readonly
DependencyPropertyKey
IsActivePropertyKey
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (2)
22
static readonly
DependencyPropertyKey
IsSelectionValidPropertyKey = DependencyProperty.RegisterReadOnly(
48
static readonly
DependencyPropertyKey
SelectedTypeEntryPropertyKey = DependencyProperty.RegisterReadOnly(
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
33
static readonly
DependencyPropertyKey
QueryPropertyKey = DependencyProperty.RegisterReadOnly(
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
41
static readonly
DependencyPropertyKey
IsTypeExpanderEnabledPropertyKey = DependencyProperty.RegisterReadOnly(
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (1)
33
private static readonly
DependencyPropertyKey
IsEmptyPropertyKey = DependencyProperty.RegisterReadOnly(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
27
private static readonly
DependencyPropertyKey
IsSelectedPropertyKey = DependencyProperty.RegisterAttachedReadOnly(
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
36
static readonly
DependencyPropertyKey
SelectedToolPropertyKey =
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
33
static readonly
DependencyPropertyKey
IsTypeResolvedKey =
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
57
static readonly
DependencyPropertyKey
ActivitySchemaPropertyKey =
62
static readonly
DependencyPropertyKey
FocusedViewElementPropertyKey =
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
65
static readonly
DependencyPropertyKey
TextPropertyKey = DependencyProperty.RegisterReadOnly(
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
37
static readonly
DependencyPropertyKey
CurrentVariableScopePropertyKey = DependencyProperty.RegisterReadOnly(
WindowsBase (14)
Base\System\Windows\DependencyObject.cs (4)
569
internal void SetValue(
DependencyPropertyKey
dp, bool value)
577
public void SetValue(
DependencyPropertyKey
key, object value)
621
private PropertyMetadata SetupPropertyChange(
DependencyPropertyKey
key, out DependencyProperty dp)
966
public void ClearValue(
DependencyPropertyKey
key)
Base\System\Windows\DependencyProperty.cs (10)
90
public static
DependencyPropertyKey
RegisterReadOnly(
104
public static
DependencyPropertyKey
RegisterReadOnly(
132
DependencyPropertyKey
authorizationKey = new DependencyPropertyKey(null); // No property yet, use null as placeholder.
160
public static
DependencyPropertyKey
RegisterAttachedReadOnly(string name, Type propertyType, Type ownerType, PropertyMetadata defaultMetadata)
170
public static
DependencyPropertyKey
RegisterAttachedReadOnly(string name, Type propertyType, Type ownerType, PropertyMetadata defaultMetadata, ValidateValueCallback validateValueCallback)
188
DependencyPropertyKey
authorizedKey = new DependencyPropertyKey(null);
540
public void OverrideMetadata(Type forType, PropertyMetadata typeMetadata,
DependencyPropertyKey
key)
957
internal
DependencyPropertyKey
DependencyPropertyKey
965
internal void VerifyReadOnlyKey(
DependencyPropertyKey
candidateKey )
1209
private
DependencyPropertyKey
_readOnlyKey;