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