134 references to Register
PresentationCore (34)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (2)
116DependencyProperty.Register("CommandParameter", typeof(object), typeof(InputBinding)); 137DependencyProperty.Register("CommandTarget", typeof(IInputElement), typeof(InputBinding));
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (16)
129DependencyProperty.Register( 254DependencyProperty.Register( 379DependencyProperty.Register( 504DependencyProperty.Register( 629DependencyProperty.Register( 754DependencyProperty.Register( 879DependencyProperty.Register( 1004DependencyProperty.Register( 1129DependencyProperty.Register( 1254DependencyProperty.Register( 1379DependencyProperty.Register( 1504DependencyProperty.Register( 1629DependencyProperty.Register( 1754DependencyProperty.Register( 1879DependencyProperty.Register( 2004DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
PresentationFramework (27)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
179public static DependencyProperty HighlightBrushProperty = DependencyProperty.Register("HighlightBrushProperty", typeof(Brush), typeof(HighlightComponent));
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
327public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof (Brush), typeof(MarkedHighlightComponent)); 341public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof (double), typeof(MarkedHighlightComponent));
src\Framework\MS\Internal\Data\LiveShapingItem.cs (2)
90DependencyProperty.Register("StartingIndex", typeof(int), typeof(LiveShapingItem)); 179DependencyProperty.Register("ParentGroups", typeof(object), typeof(LiveShapingItem));
src\Framework\System\Windows\Controls\Calendar.cs (3)
133DependencyProperty.Register( 155DependencyProperty.Register( 177DependencyProperty.Register(
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
618private static readonly DependencyProperty FlowDirectionCacheProperty = DependencyProperty.Register("FlowDirectionCache", typeof(FlowDirection), typeof(DataGridHelper));
src\Framework\System\Windows\Controls\DatePicker.cs (2)
140DependencyProperty.Register( 390DependencyProperty.Register(
src\Framework\System\Windows\Controls\GridView.cs (4)
249DependencyProperty.Register( 344DependencyProperty.Register( 393DependencyProperty.Register( 416DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
106DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
911DependencyProperty.Register("IsInactiveSelectionHighlightEnabled", typeof(bool), typeof(TextBoxBase));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
57private static readonly DependencyProperty ContainerSizeProperty = DependencyProperty.Register("ContainerSize", typeof(Size), typeof(VirtualizingStackPanel)); 63private static readonly DependencyProperty ContainerSizeDualProperty = DependencyProperty.Register("ContainerSizeDual", typeof(ContainerSizeDual), typeof(VirtualizingStackPanel)); 69private static readonly DependencyProperty AreContainersUniformlySizedProperty = DependencyProperty.Register("AreContainersUniformlySized", typeof(bool), typeof(VirtualizingStackPanel)); 78private static readonly DependencyProperty UniformOrAverageContainerSizeProperty = DependencyProperty.Register("UniformOrAverageContainerSize", typeof(double), typeof(VirtualizingStackPanel)); 88private static readonly DependencyProperty UniformOrAverageContainerSizeDualProperty = DependencyProperty.Register("UniformOrAverageContainerSizeDual", typeof(UniformOrAverageContainerSizeDual), typeof(VirtualizingStackPanel)); 95internal static readonly DependencyProperty ItemsHostInsetProperty = DependencyProperty.Register("ItemsHostInset", typeof(Thickness), typeof(VirtualizingStackPanel));
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (1)
40DependencyProperty.Register( "Storyboard", typeof(Storyboard), typeof(BeginStoryboard) );
src\Framework\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
129DependencyProperty.Register(
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
86EasingFunctionProperty = DependencyProperty.Register(
src\Framework\System\Windows\VisualState.cs (1)
28DependencyProperty.Register(
System.Activities.Core.Presentation (29)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (1)
29DependencyProperty.Register("ComboBoxItems", typeof(ObservableCollection<string>), typeof(CaseKeyBoxViewModel));
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (5)
19DependencyProperty.Register("DisplayHintText", typeof(bool), typeof(CaseKeyBox)); 31DependencyProperty.Register("EditorAutomationName", typeof(string), typeof(CaseKeyBox)); 34DependencyProperty.Register("ComboBoxAutomationName", typeof(string), typeof(CaseKeyBox)); 43DependencyProperty.Register("CaseKeyValidationCallback", typeof(CaseKeyValidationCallbackDelegate), typeof(CaseKeyBox)); 46DependencyProperty.Register("ErrorCallback", typeof(Action<CaseKeyBox>), typeof(CaseKeyBox));
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
26DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(FlowchartDesigner));
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
45public static readonly DependencyProperty ShowAllConditionsProperty = DependencyProperty.Register("ShowAllConditions", typeof(bool), typeof(FlowchartDesigner));
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (3)
20DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(FlowchartResizeGrip)); 23DependencyProperty.Register("ParentFlowchartDesigner", typeof(FlowchartDesigner), typeof(FlowchartResizeGrip)); 26DependencyProperty.Register("ParentGrid", typeof(Grid), typeof(FlowchartResizeGrip));
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (2)
25DependencyProperty.Register("ExpressionButtonVisibility", typeof(Visibility), typeof(FlowDecisionDesigner)); 28DependencyProperty.Register("ExpressionButtonColor", typeof(Brush), typeof(FlowDecisionDesigner));
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (2)
30DependencyProperty.Register("ExpressionButtonVisibility", typeof(Visibility), typeof(FlowSwitchDesigner)); 33DependencyProperty.Register("ExpressionButtonColor", typeof(Brush), typeof(FlowSwitchDesigner));
System\Activities\Core\Presentation\ParallelSeparator.xaml.cs (1)
18public static readonly DependencyProperty ContextProperty = DependencyProperty.Register(
System\Activities\Core\Presentation\StartSymbol.xaml.cs (1)
20DependencyProperty.Register("Text", typeof(string), typeof(StartSymbol));
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
28DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(StateContainerEditor));
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (2)
23DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(StateContainerResizeGrip)); 26DependencyProperty.Register("ParentStateContainerEditor", typeof(StateContainerEditor), typeof(StateContainerResizeGrip));
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (1)
17public static readonly DependencyProperty ContextProperty = DependencyProperty.Register(
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
28DependencyProperty.Register("Context", 33DependencyProperty.Register("OwnerActivity", 749DependencyProperty.Register(
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
169DependencyProperty.Register("Type", typeof(Type), typeof(TypeWrapper));
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (2)
37public static readonly DependencyProperty CorrelationHandleProperty = DependencyProperty.Register( 186DependencyProperty.Register("Value", typeof(ModelItem), typeof(CorrelationDataWrapper));
System\ServiceModel\Activities\Presentation\ReceiveContentDialog.xaml.cs (1)
18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<ReceiveMessageContent, ReceiveParametersContent>), typeof(ReceiveContentDialog));
System\ServiceModel\Activities\Presentation\SendContentDialog.xaml.cs (1)
18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<SendMessageContent, SendParametersContent>), typeof(SendContentDialog));
System.Activities.Presentation (43)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (3)
24public static readonly DependencyProperty EditingContextProperty = DependencyProperty.Register("EditingContext", typeof(EditingContext), typeof(ActivityDelegatePresenter)); 25public static readonly DependencyProperty FactoryProperty = DependencyProperty.Register("Factory", typeof(IActivityDelegateFactory), typeof(ActivityDelegatePresenter)); 29public static readonly DependencyProperty ArgumentsProperty = DependencyProperty.Register("Arguments", typeof(ObservableCollection<ModelItem>), typeof(ActivityDelegatePresenter));
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
41internal static readonly DependencyProperty ActivityDelegatesProperty = DependencyProperty.Register("ActivityDelegates", typeof(ObservableCollection<ActivityDelegateInfo>), typeof(ActivityDesigner)); 43internal static readonly DependencyProperty HasActivityDelegatesProperty = DependencyProperty.Register("HasActivityDelegates", typeof(bool), typeof(ActivityDesigner));
System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (1)
14public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DockedAnnotationView));
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (2)
18public static readonly DependencyProperty ModelItemProperty = DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(FloatingAnnotationView)); 20public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(FloatingAnnotationView));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (4)
27static readonly DependencyProperty DefaultValueProperty = DependencyProperty.Register("DefaultValue", typeof(object), typeof(SwitchConverter)); 72static readonly DependencyProperty InProperty = DependencyProperty.Register("In", typeof(object), typeof(SwitchCase)); 73static readonly DependencyProperty OutProperty = DependencyProperty.Register("Out", typeof(object), typeof(SwitchCase)); 99static readonly DependencyProperty TypeProperty = DependencyProperty.Register("Type", typeof(Type), typeof(TypeReference));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
23public static readonly DependencyProperty AutomationNameProperty = DependencyProperty.Register("AutomationName", typeof(string), typeof(StringEditor));
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
17DependencyProperty.Register("Context",
System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (1)
22public static readonly DependencyProperty HintTextProperty = DependencyProperty.Register("HintText", typeof(string), typeof(ExpressionActivityEditor));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (1)
13public static readonly DependencyProperty LocationProperty = DependencyProperty.Register("Location", typeof(Point), typeof(ConnectionPoint));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (1)
57public static readonly DependencyProperty IdentityProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
23DependencyProperty.Register("GenericTypeMapping",
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (4)
33public static readonly DependencyProperty HintTextProperty = DependencyProperty.Register("HintText", typeof(string), typeof(ExpressionTextBox)); 223internal static readonly DependencyProperty IsIndependentExpressionProperty = DependencyProperty.Register("IsIndependentExpression", typeof(bool), typeof(ExpressionTextBox)); 249DependencyProperty.Register("InternalHintText", typeof(string), typeof(ExpressionTextBox)); 268DependencyProperty.Register("UnsupportedEditorMessage", typeof(string), typeof(ExpressionTextBox));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
59public static readonly DependencyProperty MenuItemsProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (4)
21DependencyProperty.Register("Title", typeof(string), typeof(ExtensionWindowHeader)); 24DependencyProperty.Register("ButtonCloseIcon", typeof(DrawingBrush), typeof(ExtensionWindowHeader)); 27DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(ExtensionWindowHeader)); 30DependencyProperty.Register("DropDownMenuIcon", typeof(DrawingBrush), typeof(ExtensionWindowHeader));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (1)
20DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(ExtensionWindowResizeGrip));
System.Activities.Presentation\System\Activities\Presentation\View\NamespaceDisplay.xaml.cs (3)
23public static readonly DependencyProperty NamespaceProperty = DependencyProperty.Register( 28public static readonly DependencyProperty IsInvalidProperty = DependencyProperty.Register( 33public static readonly DependencyProperty ErrorMessageProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (4)
35DependencyProperty.Register("HasGenericTypes", 40DependencyProperty.Register("GenericTypeName", 45DependencyProperty.Register("GenericTypeMapping", 50DependencyProperty.Register("ConcreteType",
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
35DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(VBIdentifierDesigner));
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierName.cs (2)
24DependencyProperty.Register("IsValid", typeof(bool), typeof(VBIdentifierName)); 27DependencyProperty.Register("ErrorMessage", typeof(string), typeof(VBIdentifierName));
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
18private static DependencyProperty viewModelProperty = DependencyProperty.Register("ViewModel", typeof(VersionEditorViewModel), typeof(VersionEditor));
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
23DependencyProperty.Register("Title", 28DependencyProperty.Register("Context",
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
60DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(WorkflowItemPresenter));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
62DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(WorkflowItemsPresenter));
WindowsBase (1)
Base\System\Windows\DependencyObject.cs (1)
2399DependencyProperty.Register("__Direct", typeof(object), typeof(DependencyProperty));