21 references to DependencyObject
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
2181private static readonly DependencyObject UseParentAsContext = new DependencyObject();
PresentationFramework (20)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
41: base()
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
3765internal static readonly DependencyObject SentinelContainer = new DependencyObject(); 3766internal static readonly DependencyObject UnresolvedContainer = new DependencyObject(); 3767internal static readonly DependencyObject KeyContainer = new DependencyObject(); 3768internal static readonly DependencyObject RemovedContainer = new DependencyObject();
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
314return (new DependencyObject()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
248return (new DependencyObject()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
161return (new DependencyObject()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2582return (new DependencyObject()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
594DependencyObject complexProperties = new DependencyObject(); 706DependencyObject complexProperties = new DependencyObject(); 1200DependencyObject complexProperties = new DependencyObject();
src\Framework\System\windows\Documents\TextSelection.cs (2)
1294_springloadFormatting = new DependencyObject(); 1475_springloadFormatting = new DependencyObject();
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
183obj = new DependencyObject();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3351bamlType.DefaultConstructor = delegate() { return new System.Windows.DependencyObject(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1207case KnownElements.DependencyObject: o = new System.Windows.DependencyObject(); break;
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
176DependencyObject current = new DependencyObject();
src\Framework\System\Windows\PropertyPath.cs (1)
901hostElement = new DependencyObject(); // at least pick up the default namespaces
src\Framework\System\Windows\ResourceDictionary.cs (1)
2631private static readonly DependencyObject DummyInheritanceContext = new DependencyObject();