21 references to DependencyObject
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
2181
private 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)
3765
internal static readonly DependencyObject SentinelContainer = new
DependencyObject
();
3766
internal static readonly DependencyObject UnresolvedContainer = new
DependencyObject
();
3767
internal static readonly DependencyObject KeyContainer = new
DependencyObject
();
3768
internal static readonly DependencyObject RemovedContainer = new
DependencyObject
();
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
314
return (new
DependencyObject
()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
248
return (new
DependencyObject
()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
161
return (new
DependencyObject
()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2582
return (new
DependencyObject
()).GetLocalValueEnumerator();
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
594
DependencyObject complexProperties = new
DependencyObject
();
706
DependencyObject complexProperties = new
DependencyObject
();
1200
DependencyObject 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)
183
obj = new
DependencyObject
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3351
bamlType.DefaultConstructor = delegate() { return new System.Windows.
DependencyObject
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1207
case KnownElements.DependencyObject: o = new System.Windows.
DependencyObject
(); break;
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
176
DependencyObject current = new
DependencyObject
();
src\Framework\System\Windows\PropertyPath.cs (1)
901
hostElement = new
DependencyObject
(); // at least pick up the default namespaces
src\Framework\System\Windows\ResourceDictionary.cs (1)
2631
private static readonly DependencyObject DummyInheritanceContext = new
DependencyObject
();