2 writes to IsRequestingExpression
PresentationFramework (2)
System\Windows\FrameworkContentElement.cs (2)
684this.IsRequestingExpression = true; 688this.IsRequestingExpression = false;
1 reference to IsRequestingExpression
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
2929bool isRequestingExpression = (feChild != null) ? feChild.IsRequestingExpression : fceChild.IsRequestingExpression;