18 references to CreateKey
System.Activities.Presentation (18)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorMergedResources.cs (18)
21private static readonly string _fontSizeKey = CreateKey("FontSizeKey"); 22private static readonly string _fontFamilyKey = CreateKey("FontFamilyKey"); 23private static readonly string _fontWeightKey = CreateKey("FontWeightKey"); 24private static readonly string _textBrushKey = CreateKey("TextBrushKey"); 25private static readonly string _selectedForegroundBrushKey = CreateKey("SelectedForegroundBrushKey"); 26private static readonly string _selectedBackgroundBrushKey = CreateKey("SelectedBackgroundBrushKey"); 27private static readonly string _backgroundBrushKey = CreateKey("BackgroundBrushKey"); 28private static readonly string _borderBrushKey = CreateKey("BorderBrushKey"); 29private static readonly string _categoryCaptionTextBrushKey = CreateKey("CategoryCaptionTextBrushKey"); 30private static readonly string _paneBrushKey = CreateKey("PaneBrushKey"); 31private static readonly string _popupBrushKey = CreateKey("PopupBrushKey"); 32private static readonly string _toolBarItemHoverBackgroundBrushKKey = CreateKey("ToolBarItemHoverBackgroundBrushKey"); 33private static readonly string _toolBarItemHoverBorderBrushKey = CreateKey("ToolBarItemHoverBorderBrushKey"); 34private static readonly string _toolBarItemSelectedBackgroundBrushKey = CreateKey("ToolBarItemSelectedBackgroundBrushKey"); 35private static readonly string _toolBarItemSelectedBorderBrushKey = CreateKey("ToolBarItemSelectedBorderBrushKey"); 36private static readonly string _toolBarBackgroundBrushKey = CreateKey("ToolBarBackgroundBrushKey"); 37private static readonly string _toolBarSeparatorBrushKey = CreateKey("ToolBarSeparatorBrushKey"); 38private static readonly string _toolBarTextBoxBorderBrushKey = CreateKey("ToolBarTextBoxBorderBrushKey");