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