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