3 references to IsDialogProperty
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
547element.SetValue(IsDialogProperty, value); 557return (bool)element.GetValue(IsDialogProperty);
PresentationFramework (1)
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
85if (MS.Internal.Helper.IsDefaultValue(AutomationProperties.IsDialogProperty, window))