Implemented interface member:
method
Add
System.Collections.IDictionary.Add(System.Object, System.Object)
5 references to Add
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (5)
32
Add
(keyValuePair.Key, new SolidColorBrush(color));
47
Add
(keyValuePair.Key, new System.Windows.Media.LinearGradientBrush(startingColor, endingColor, 90));
52
Add
(keyValuePair.Key, new FontFamily(drawingFontFamily.Name));
56
Add
(keyValuePair.Key, System.Windows.FontWeights.Normal);
60
Add
(keyValuePair.Key, keyValuePair.Value);