2 instantiations of DummyObject
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
854_dummyElement = new DummyObject(); 895private static DummyObject _dummyElement = new DummyObject();
3 references to DummyObject
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\TextSearchInternal.cs (3)
848private static DummyObject DummyElement 895private static DummyObject _dummyElement = new DummyObject(); 903private static DependencyProperty ContentProperty = DependencyProperty.Register("Content", typeof(object), typeof(DummyObject));