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)
32Add(keyValuePair.Key, new SolidColorBrush(color)); 47Add(keyValuePair.Key, new System.Windows.Media.LinearGradientBrush(startingColor, endingColor, 90)); 52Add(keyValuePair.Key, new FontFamily(drawingFontFamily.Name)); 56Add(keyValuePair.Key, System.Windows.FontWeights.Normal); 60Add(keyValuePair.Key, keyValuePair.Value);