3 writes to _fce
PresentationFramework (3)
MS\Internal\FrameworkObject.cs (3)
58
_fce
= d as FrameworkContentElement;
74
_fce
= fce;
87
_fce
= d as FrameworkContentElement;
48 references to _fce
PresentationFramework (48)
MS\Internal\FrameworkObject.cs (48)
64
if (throwIfNeither && _fe == null &&
_fce
== null)
95
internal FrameworkContentElement FCE { get { return
_fce
; } }
99
internal bool IsFCE { get { return (
_fce
!= null); } }
100
internal bool IsValid { get { return (_fe != null ||
_fce
!= null); } }
117
return
_fce
.Parent;
136
return
_fce
.TemplateChildIndex;
155
return
_fce
.TemplatedParent;
174
return
_fce
.ThemeStyle;
193
return
_fce
.Language;
260
DependencyObject parent =
_fce
.Parent;
267
if (
_fce
.IsParentAnFE)
278
parent = ContentOperations.GetParent((ContentElement)
_fce
);
286
foParent.Reset(Helper.FindMentor(
_fce
.InheritanceContext));
342
return
_fce
.Style;
357
_fce
.Style = value;
373
return
_fce
.IsStyleSetFromGenerator;
388
_fce
.IsStyleSetFromGenerator = value;
408
parent =
_fce
.Parent;
458
return
_fce
.IsLoaded;
477
return
_fce
.IsInitialized;
496
return
_fce
.ThisHasLoadedChangeEventHandler;
515
return
_fce
.SubtreeHasLoadedChangeHandler;
530
_fce
.SubtreeHasLoadedChangeHandler = value;
545
return
_fce
.InheritanceBehavior;
564
return
_fce
.StoresParentTemplateValues;
579
_fce
.StoresParentTemplateValues = value;
612
_fce
.HasResourceReference = value;
684
return
_fce
.ShouldLookupImplicitStyles;
699
_fce
.ShouldLookupImplicitStyles = value;
766
_fce
.ChangeLogicalParent(newParent);
778
_fce
.BeginInit();
794
_fce
.EndInit();
810
return
_fce
.FindName(name, out scopeOwner);
894
logicalParent =
_fce
.Parent;
945
_fce
.RaiseEvent(args);
957
_fce
.OnLoaded(args);
969
_fce
.OnUnloaded(args);
981
_fce
.ChangeSubtreeHasLoadedChangedHandler(mentor);
993
_fce
.RaiseInheritedPropertyChangedEvent(ref info);
1025
_fce
.Loaded += value;
1040
_fce
.Loaded -= value;
1059
_fce
.Unloaded += value;
1074
_fce
.Unloaded -= value;
1093
_fce
.InheritedPropertyChanged += value;
1108
_fce
.InheritedPropertyChanged -= value;
1127
_fce
.ResourcesChanged += value;
1142
_fce
.ResourcesChanged -= value;
1168
return
_fce
.ToString();