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