56 references to IsFE
PresentationFramework (56)
src\Framework\MS\Internal\FrameworkObject.cs (44)
142
if (
IsFE
)
161
if (
IsFE
)
180
if (
IsFE
)
199
if (
IsFE
)
218
if (
IsFE
)
237
if (
IsFE
)
252
if (
IsFE
)
367
if (
IsFE
)
382
if (
IsFE
)
398
if (
IsFE
)
413
if (
IsFE
)
433
if (
IsFE
)
483
if (
IsFE
)
502
if (
IsFE
)
521
if (
IsFE
)
540
if (
IsFE
)
555
if (
IsFE
)
570
if (
IsFE
)
589
if (
IsFE
)
604
if (
IsFE
)
637
if (
IsFE
)
697
if (
IsFE
)
709
if (
IsFE
)
724
if (
IsFE
)
791
if (
IsFE
)
803
if(
IsFE
)
819
if(
IsFE
)
835
if (
IsFE
)
894
if (
IsFE
)
919
if (
IsFE
)
970
if (
IsFE
)
982
if (
IsFE
)
994
if (
IsFE
)
1006
if (
IsFE
)
1018
if (
IsFE
)
1050
if (
IsFE
)
1065
if (
IsFE
)
1084
if (
IsFE
)
1099
if (
IsFE
)
1118
if (
IsFE
)
1133
if (
IsFE
)
1152
if (
IsFE
)
1167
if (
IsFE
)
1193
if (
IsFE
)
src\Framework\System\Windows\BroadcastEventHelper.cs (4)
511
Debug.Assert( fo.
IsFE
);
583
if (fo.
IsFE
)
636
DependencyObject coreParent = (fo.
IsFE
) ? VisualTreeHelper.GetParent(fo.FE) : null;
678
if (fo.
IsFE
)
src\Framework\System\Windows\FrameworkElement.cs (3)
500
if( fo.
IsFE
)
1209
if (fo.
IsFE
)
2351
Debug.Assert( foTemplatedParent.
IsFE
);
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
718
bool treeNodeIsFE = treeNodeFO.
IsFE
;
src\Framework\System\Windows\TemplateNameScope.cs (2)
215
Debug.Assert(fo.
IsFE
);
216
if (fo.
IsFE
)
src\Framework\System\Windows\TreeWalkHelper.cs (2)
543
if (fo.
IsFE
)
754
if (fo.
IsFE
)