2 writes to IsRequestingExpression
PresentationFramework (2)
System\Windows\FrameworkElement.cs (2)
2043this.IsRequestingExpression = true; 2047this.IsRequestingExpression = false;
1 reference to IsRequestingExpression
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
2923bool isRequestingExpression = (feChild != null) ? feChild.IsRequestingExpression : fceChild.IsRequestingExpression;