19 references to HasNonDefaultValue
PresentationFramework (19)
System\Windows\Controls\ContentControl.cs (1)
139
if (ContentIsItem || !
HasNonDefaultValue
(ContentProperty))
System\Windows\Controls\ContentPresenter.cs (1)
604
if (_contentIsItem || !
HasNonDefaultValue
(ContentProperty))
System\Windows\Controls\GroupItem.cs (4)
205
if (ContentIsItem || !
HasNonDefaultValue
(ContentProperty))
210
if (!
HasNonDefaultValue
(ContentTemplateProperty))
212
if (!
HasNonDefaultValue
(ContentTemplateSelectorProperty))
214
if (!
HasNonDefaultValue
(ContentStringFormatProperty))
System\Windows\Controls\HeaderedContentControl.cs (2)
336
if (ContentIsItem || !
HasNonDefaultValue
(ContentProperty))
343
if (!(item is Visual) && (HeaderIsItem || !
HasNonDefaultValue
(HeaderProperty)))
System\Windows\Controls\HeaderedItemsControl.cs (2)
276
if (HeaderIsItem || !
HasNonDefaultValue
(HeaderProperty))
432
if (hTemplate.ItemsSource != null && !
HasNonDefaultValue
(ItemsSourceProperty))
System\Windows\Controls\MenuItem.cs (3)
348
if (value == null && !menuItem.
HasNonDefaultValue
(HeaderProperty))
1138
if (String.IsNullOrEmpty((string)value) && !menuItem.
HasNonDefaultValue
(InputGestureTextProperty)
1331
if (!menuItem.
HasNonDefaultValue
(CommandProperty))
System\Windows\Controls\Primitives\TickBar.cs (2)
676
if (!
HasNonDefaultValue
(target))
705
if (!
HasNonDefaultValue
(ReservedSpaceProperty) && parent.Track != null)
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
337
if (TemplatedParent is ToolBar && !
HasNonDefaultValue
(OrientationProperty))
System\Windows\Controls\Primitives\Track.cs (2)
695
if (!
HasNonDefaultValue
(target))
707
if (element != null && !element.
HasNonDefaultValue
(target))
System\Windows\Controls\ScrollViewer.cs (1)
1339
if (!
HasNonDefaultValue
(property))