6 references to ToolTipProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
505
binding.Path = new PropertyPath(ToolTipService.
ToolTipProperty
);
src\Framework\System\Windows\Controls\ToolTipService.cs (2)
47
return element.GetValue(
ToolTipProperty
);
67
element.SetValue(
ToolTipProperty
, value);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1840
ToolTipService.
ToolTipProperty
.AddOwner(typeof(FrameworkContentElement));
src\Framework\System\Windows\FrameworkElement.cs (1)
5890
ToolTipService.
ToolTipProperty
.AddOwner(_typeofThis);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7642
DependencyProperty dp = System.Windows.Controls.ToolTipService.
ToolTipProperty
;