1 instantiation of DummyObject
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
845
_dummyElement ??= new
DummyObject
();
3 references to DummyObject
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\TextSearchInternal.cs (3)
841
private static
DummyObject
DummyElement
886
private static
DummyObject
_dummyElement;
894
private static DependencyProperty ContentProperty = DependencyProperty.Register("Content", typeof(object), typeof(
DummyObject
));